aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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