aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-09-05 21:28:07 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-09-05 21:28:07 +1200
commit1e52dff3276810c633a2ad5dd3b010ee97a6331a (patch)
tree2d5701930a17845fa6c6ba1d974518b9a9468f00 /Makefile
parentc8c27f7d8683403c49f5a440b29916ad6a0a1f91 (diff)
downloadcue-bin-split-1e52dff3276810c633a2ad5dd3b010ee97a6331a.tar.xz
Remove free filename format due to vulnerability
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index f1cda51..47ad6ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,6 @@
-OBJECTS = \
- cue-bin-split.o \
-
-CFLAGS += -Wall -Werror
-
-
all: cue-bin-split
-cue-bin-split: $(OBJECTS)
- $(CC) -o $@ $^ $(LDFLAGS)
-
-%.o: %.c %.h
- $(CC) -c -o $@ $< $(CFLAGS)
-
+cue-bin-split: cue-bin-split.o
test: all
@./test/run-tests.sh