From: David ‘Bombe’ Roden Date: Fri, 4 Jul 2008 19:31:09 +0000 (+0200) Subject: remove c file target X-Git-Tag: 0.1~66 X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=commitdiff_plain;h=8adf010b6def48b1c234a821319c5d7ef7a58983 remove c file target --- diff --git a/Makefile b/Makefile index 03442d8..0140786 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ else CC_OPTS=-Wall -O2 endif -.c.o .cpp.o: +.cpp.o: $(CC) $(CC_OPTS) -c -o $@ $< all: ecparse