mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50: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
|
@ -52,11 +52,11 @@ 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