summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cade429..a7f80d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,7 @@
+all: tit4tat tit4tatpl
+
tit4tat: tit4tat.c
gcc -std=c99 -Wall -o $@ $<
+
+tit4tatpl: tit4tat.pl
+ gplc -o $@ $<