aboutsummaryrefslogtreecommitdiff
path: root/challenge-163/duncan-c-white/pascal/Makefile
blob: 109c2a6e86023e1012c0d6d6a3ef912b1fbcf906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BUILD	= ch-1 ch-2

all:	$(BUILD)

clean:
	/bin/rm -f $(BUILD) *.o core a.out

ch-1:	ch-1.pas
	fpc ch-1.pas

ch-2:	ch-2.pas
	fpc ch-2.pas