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