summaryrefslogtreecommitdiff
path: root/tools/csv2bin/Makefile
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-07-13 08:58:36 -0400
committerGitHub <noreply@github.com>2020-07-13 08:58:36 -0400
commit6ebca13d4c5a290e239364f90bf137c12f332a13 (patch)
treeff14d8b27642992a839200e7cc2e45c19c209006 /tools/csv2bin/Makefile
parentc396ec8d1509dc8145b6415e3c20b471291a4922 (diff)
parent684d80aa076088ee018d963004539c9ee5330403 (diff)
Merge pull request #230 from PikalaxALT/pikalax_work
Update knarc Makefile; nuke csv2bin
Diffstat (limited to 'tools/csv2bin/Makefile')
-rw-r--r--tools/csv2bin/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/csv2bin/Makefile b/tools/csv2bin/Makefile
deleted file mode 100644
index 818e6579..00000000
--- a/tools/csv2bin/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CC = gcc
-CFLAGS = -O3
-
-.PHONY: all clean
-
-all: csv2bin $(growth_rates_bin)
- @:
-
-clean:
- $(RM) csv2bin
-
-csv2bin: csv2bin.c
- $(CC) $(CFLAGS) -o $@ $^