summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index fd11a83..13969b3 100644
--- a/makefile
+++ b/makefile
@@ -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 $@ $+