remove c file target
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 4 Jul 2008 19:31:09 +0000 (21:31 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 4 Jul 2008 19:31:09 +0000 (21:31 +0200)
Makefile

index 03442d8..0140786 100644 (file)
--- 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