X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/2aed3212f06816bfd9a680c66f162ce236cf652a..0e41b01616fa8eecd6054393877a8c048c93889d:/scripts/C/Makefile diff --git a/scripts/C/Makefile b/scripts/C/Makefile index 8e05569..342509f 100644 --- a/scripts/C/Makefile +++ b/scripts/C/Makefile @@ -6,7 +6,7 @@ LD = $(CC) all: xaspect clean: - rm -f xaspect *.o + rm -f *.o xaspect .c.o: $(CC) -c -o $@ $(CFLAGS) $<