mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
Make makefile runtest rule depend on all to be built
This commit is contained in:
parent
1a5447ae8f
commit
e7917d3225
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -51,12 +51,12 @@ gmqcc: $(OBJ_C) $(OBJ)
|
|||
|
||||
test: $(OBJ_T)
|
||||
$(CC) -o $@ $^ $(CFLAGS)
|
||||
|
||||
runtests:
|
||||
./test
|
||||
|
||||
all: gmqcc qcvm test
|
||||
|
||||
runtests: all
|
||||
./test
|
||||
|
||||
clean:
|
||||
rm -f *.o gmqcc qcvm test *.dat
|
||||
|
||||
|
|
Loading…
Reference in a new issue