From 1e52dff3276810c633a2ad5dd3b010ee97a6331a Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 5 Sep 2016 21:28:07 +1200 Subject: Remove free filename format due to vulnerability --- Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1