]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Make makes output consistent with BSD makes output for make
[xonotic/gmqcc.git] / Makefile
index 7f9a3b1a2db66a4b8a4b2559b46c4bc175b038b2..eee0d49717b0b5d68f43075ef309691c298bc769 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,8 @@ endif
 endif
 
 #standard rules
-%.o: %.c
-       $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS) 
+c.o:
+       $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
 
 exec-standalone.o: exec.c
        $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS) -DQCVM_EXECUTOR=1