X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/383401a5e46855bc36fca8f9f2c98bb9f814f21a..b0c2e7aee6eb11bee61a971e2bf530e325378c43:/scripts/C/Makefile diff --git a/scripts/C/Makefile b/scripts/C/Makefile index 5d61541..8e05569 100644 --- a/scripts/C/Makefile +++ b/scripts/C/Makefile @@ -5,6 +5,8 @@ CC = c89 LD = $(CC) all: xaspect +clean: + rm -f xaspect *.o .c.o: $(CC) -c -o $@ $(CFLAGS) $<