summaryrefslogtreecommitdiff
blob: 614ec59f905d462d0c8a981d74024b7076629f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1 @@
-TARGET := cuegen
-CC     := gcc
-CFLAGS := -O2 -pipe -fomit-frame-pointer
-WARN   := -W -Wall -Wstrict-prototypes -Wmissing-prototypes
-
 all:	cuegen
-
-cuegen:	cuegen.o
-	${CC} ${WARN} ${CFLAGS} cuegen.c -o cuegen