mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
make clean : now deletes qcvm
This commit is contained in:
parent
8ce0548ad5
commit
a4167900c4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -57,6 +57,6 @@ gmqcc: $(OBJ_C) $(OBJ)
|
|||
all: test gmqcc
|
||||
|
||||
clean:
|
||||
rm -f *.o gmqcc test_ast test_ir test/*.o
|
||||
rm -f *.o gmqcc qcvm test_ast test_ir test/*.o
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue