Make makefile runtest rule depend on all to be built

This commit is contained in:
Dale Weiler 2012-11-21 20:27:41 +00:00
parent 1a5447ae8f
commit e7917d3225

View file

@ -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