]> git.draconx.ca Git - fvwmconf.git/blobdiff - scripts/C/Makefile
Merge branch 'master' of git://git.draconx.com/fvwmconf
[fvwmconf.git] / scripts / C / Makefile
index 5d615419fccd772ef756bfffbb8cc030ac6f2d9e..8e055698e9af30ce906c52f58ec0fa1faf01c11e 100644 (file)
@@ -5,6 +5,8 @@ CC = c89
 LD = $(CC)
 
 all: xaspect
+clean:
+       rm -f xaspect *.o
 
 .c.o:
        $(CC) -c -o $@ $(CFLAGS) $<