Packaged toy as a dll

This commit is contained in:
2022-09-11 07:56:06 +01:00
parent 5b420e0799
commit 95ba865cab
14 changed files with 136 additions and 43 deletions

View File

@@ -3,6 +3,12 @@ export OUTDIR = out
all: $(OUTDIR)
$(MAKE) -C source
library: clean $(OUTDIR)
$(MAKE) -C source library
static: clean $(OUTDIR)
$(MAKE) -C source static
test: clean $(OUTDIR)
$(MAKE) -C test