From 4262f03fd937965d1f655ae01747cc8d8fc280c2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 7 Jul 2015 23:07:03 +0200 Subject: Initial commit --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..83ba767 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +all: run + +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 + -- cgit v1.2.3