Got everything working smoothly in WSL

This commit is contained in:
2023-06-21 01:40:44 +10:00
parent 162ae0d88d
commit 5a3c4aa6d4
5 changed files with 8 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ export TOY_OUTDIR = ../../$(OUTDIR)
all: $(OUTDIR) toy box
$(MAKE) -j8 -C source
cp -r assets $(OUTDIR)
toy: $(LIBDIR)
$(MAKE) -j8 -C Box/Toy/source