From 6dc08f059dacbdca2df17e094531f393f3386fa4 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 6 Nov 2012 11:35:50 +0100 Subject: Makefile: Compile tit4tat.pl --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 $@ $< -- cgit