Made the test target depend on the make target.
This commit is contained in:
parent
405e16660c
commit
94dfb3bb75
|
@ -34,6 +34,6 @@ baseSUFFIX = $(osLIBSUFFIX)
|
|||
|
||||
include GNUbase.mk
|
||||
|
||||
test:
|
||||
test: $(OUT)
|
||||
$(MAKE) -f GNUmaketest.mk osLIB=$(OUT) osEXESUFFIX=$(osEXESUFFIX)
|
||||
.PHONY: test
|
||||
|
|
Loading…
Reference in New Issue