From 2aed3212f06816bfd9a680c66f162ce236cf652a Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 8 May 2008 11:01:36 -0400 Subject: [PATCH] Add clean target to C tools makefile. --- scripts/C/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/C/Makefile b/scripts/C/Makefile index 5d61541..8e05569 100644 --- a/scripts/C/Makefile +++ b/scripts/C/Makefile @@ -5,6 +5,8 @@ CC = c89 LD = $(CC) all: xaspect +clean: + rm -f xaspect *.o .c.o: $(CC) -c -o $@ $(CFLAGS) $< -- 2.43.0