aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b3894be056df714058713bb17fb090426f49e2e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: iclean

clean:
	rm -rf compile.o iclean "Clean System Files"

compile.o: compile.c
	cc -O0 -c compile.c

iclean: compile.o iclean.icl
	clm -l compile.o iclean -o iclean

run: iclean
	./iclean -nr -nt