From 932eb57945ed4a013a5034c6c5b5b0e7876d0ead Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 19 May 2008 23:21:00 -0400 Subject: [PATCH] Add make clean to scripts/C. --- scripts/C/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/C/Makefile b/scripts/C/Makefile index 5d61541..342509f 100644 --- a/scripts/C/Makefile +++ b/scripts/C/Makefile @@ -5,6 +5,8 @@ CC = c89 LD = $(CC) all: xaspect +clean: + rm -f *.o xaspect .c.o: $(CC) -c -o $@ $(CFLAGS) $< -- 2.43.0