diff --git a/makefile b/makefile index 835f800..a69bb9e 100644 --- a/makefile +++ b/makefile @@ -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)