The tests did not like that

This commit is contained in:
2022-11-03 22:59:25 +11:00
parent c1528f5501
commit 632ed7c089

View File

@@ -18,7 +18,7 @@ static: $(TOY_OUTDIR)
$(MAKE) -j8 -C source static
test: clean $(TOY_OUTDIR)
$(MAKE) -j8 -C test
$(MAKE) -C test
$(TOY_OUTDIR):
mkdir $(TOY_OUTDIR)