mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Add a clean target to quaketoascii's makefile.
This commit is contained in:
parent
6bb4998d60
commit
96fe150ff4
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ LDFLAGS=-L/usr/local/lib -lQFutil
|
|||
|
||||
quaketoascii: quaketoascii.c
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ quaketoascii.c
|
||||
|
||||
clean:
|
||||
-rm quaketoascii
|
||||
|
|
Loading…
Reference in a new issue