mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added release build targets, because bored
This commit is contained in:
@@ -34,6 +34,12 @@ library: $(OBJ)
|
||||
static: $(OBJ)
|
||||
ar crs ../$(TOY_OUTDIR)/lib$(OUTNAME).a $(OBJ)
|
||||
|
||||
library-release: $(OBJ) library
|
||||
strip $(OUT)
|
||||
|
||||
static-release: $(OBJ) static
|
||||
strip -d ../$(TOY_OUTDIR)/lib$(OUTNAME).a
|
||||
|
||||
$(OBJ): | $(ODIR)
|
||||
|
||||
$(ODIR):
|
||||
|
||||
Reference in New Issue
Block a user