From 39b3f17376c032d81bbfedfb9c07acc68c2e32ca Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 8 Nov 2016 15:40:33 +0100 Subject: Fix ctoclean --- ctoclean/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ctoclean/Makefile') diff --git a/ctoclean/Makefile b/ctoclean/Makefile index 7c7047a..7290fcb 100644 --- a/ctoclean/Makefile +++ b/ctoclean/Makefile @@ -1,13 +1,12 @@ all: mkdir -p Clean\ System\ Files $(CC) -c call.c -o Clean\ System\ Files/call.o - clm square -o square + clm -l Clean\ System\ Files/call.o square -o square run: ./square clean: - rm -rf Clean\ System\ Files square - -.PHONY: clean + $(RM) -r Clean\ System\ Files square +.PHONY: all clean run -- cgit v1.2.3