]> git.draconx.ca Git - fvwmconf.git/commitdiff
Add make clean to scripts/C.
authorNick Bowler <draconx@gmail.com>
Tue, 20 May 2008 03:21:00 +0000 (23:21 -0400)
committerNick Bowler <draconx@gmail.com>
Tue, 20 May 2008 03:21:00 +0000 (23:21 -0400)
scripts/C/Makefile

index 5d615419fccd772ef756bfffbb8cc030ac6f2d9e..342509f12a1acb918726cd15b5db1dabce4888f4 100644 (file)
@@ -5,6 +5,8 @@ CC = c89
 LD = $(CC)
 
 all: xaspect
+clean:
+       rm -f *.o xaspect
 
 .c.o:
        $(CC) -c -o $@ $(CFLAGS) $<