From 43d5fc19e5caf8a50b547efb1bde05a5cf158311 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 11 Jul 2021 18:53:05 +0800 Subject: makefile: fix a formula It was added as a temporary hack and is no longer needed. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') 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 $@ $+ -- cgit v1.2.3-18-g5258