diff options
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ include $(SOURCES:.c=.d) TAGS: *.c *.h etags $+ -parser.o : parser.c parser.h util.h instrument.h mix.h - $(CC) $(CPPFLAGS) $< -o $@ +# parser.o : parser.c parser.h util.h instrument.h mix.h +# $(CC) $(CPPFLAGS) $< -o $@ main: $(SOURCES:.c=.o) $(CC) $(LIBS) -o $@ $+ |