Made the test target depend on the make target.

This commit is contained in:
Pietro Gagliardi 2015-04-22 18:13:40 -04:00
parent 405e16660c
commit 94dfb3bb75
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ baseSUFFIX = $(osLIBSUFFIX)
include GNUbase.mk
test:
test: $(OUT)
$(MAKE) -f GNUmaketest.mk osLIB=$(OUT) osEXESUFFIX=$(osEXESUFFIX)
.PHONY: test