aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 5c1fcc9a71b0bfcdc8695598768080270e0ef27d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 readline
	clm -I CleanReadLine -l -lreadline -l compile.o iclean -o iclean

readline:
	make -C CleanReadLine

run: iclean
	./iclean -nr -nt