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