summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7eb74c032bfc853d5b9c059ce10220bd81888b47 (plain)
1
2
3
4
5
6
7
8
9
10
all: tit4tat tit4tatpl

tit4tat: tit4tat.c
	gcc -std=c99 -Wall -o $@ $<

tit4tatpl: tit4tat.pl
	gplc -o $@ $<

clean:
	rm -f tit4tat tit4tatpl