summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9269ddc..7673cf5c 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ PERL = perl
VERSION = $(shell cat version)
-.c.o:
+%.o: %.c
$(CC) $(INCLUDE) $(CFLAGS) -c $<
#