aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93b862f..2f36a0b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ LDLIBS = -lgit2
.in:
sed -e 's:@VERSION@:$(VERSION):g' -e 's:@DATE@:$(DATE):g' < $< > $@
+.c.o:
+ $(CC) $(CFLAGS) -o $@ -c $<
+
.c.to:
$(CC) $(CFLAGS) -DTEST -o $@ -c $<