Add a clean target to quaketoascii's makefile.

This commit is contained in:
Jeff Teunissen 2002-05-31 06:44:48 +00:00
parent 6bb4998d60
commit 96fe150ff4

View file

@ -4,3 +4,6 @@ LDFLAGS=-L/usr/local/lib -lQFutil
quaketoascii: quaketoascii.c
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ quaketoascii.c
clean:
-rm quaketoascii