forked from Hay1tsme/segatools
fix zips not updating on build
This commit is contained in:
parent
d34288f051
commit
18a7165eaf
6
Makefile
6
Makefile
@ -29,7 +29,11 @@ build:
|
|||||||
$(V)ninja -C $(BUILD_DIR_64)
|
$(V)ninja -C $(BUILD_DIR_64)
|
||||||
|
|
||||||
.PHONY: dist # Build and create a zip distribution package
|
.PHONY: dist # Build and create a zip distribution package
|
||||||
dist: build zip
|
dist: build clean-zip zip
|
||||||
|
|
||||||
|
.PHONY: clean-zip # Remove zip files from build dir before packaging
|
||||||
|
clean-zip:
|
||||||
|
$(V)rm -Rf $(BUILD_DIR_ZIP)/*.zip
|
||||||
|
|
||||||
.PHONY: zip # Create a zip distribution pacakge
|
.PHONY: zip # Create a zip distribution pacakge
|
||||||
zip: $(BUILD_DIR_ZIP)/segatools.zip
|
zip: $(BUILD_DIR_ZIP)/segatools.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user