X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/eecdebcd2e2f90acc7a19ced1896a87dac6c3e0f..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) $<