summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-07-11 18:53:05 +0800
committerJSDurand <mmemmew@gmail.com>2021-07-11 18:53:05 +0800
commit43d5fc19e5caf8a50b547efb1bde05a5cf158311 (patch)
treea815f8ab2218b0604654af6f72864e87c9677108 /makefile
parent6c358a842baaf6d211a5c8c1717d815e7813ed96 (diff)
makefile: fix a formula
It was added as a temporary hack and is no longer needed.
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 $@ $+