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

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

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