Added release build targets, because bored

This commit is contained in:
2022-11-16 22:05:47 +00:00
parent 7bf18a744c
commit 0b57f7efe7
3 changed files with 24 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ else
$(CC) -DTOY_IMPORT $(CFLAGS) -o $(OUT) $(OBJ) -Wl,-rpath,. -L$(realpath $(shell pwd)/../$(TOY_OUTDIR)) $(LIBS)
endif
release: all
strip $(OUT)
$(OBJ): | $(ODIR)
$(ODIR):