From: Nick Bowler Date: Tue, 20 May 2008 03:21:00 +0000 (-0400) Subject: Add make clean to scripts/C. X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/932eb57945ed4a013a5034c6c5b5b0e7876d0ead Add make clean to scripts/C. --- 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) $<