corregit make linux_release
This commit is contained in:
5
Makefile
5
Makefile
@@ -183,8 +183,9 @@ macos_release: pack_tool resources.pack
|
||||
|
||||
# Linux Release
|
||||
.PHONY: linux_release
|
||||
linux_release:
|
||||
linux_release: pack_tool resources.pack
|
||||
@echo "Creating Linux release - Version: $(VERSION)"
|
||||
@echo "Note: SDL3 must be installed on the target system (libsdl3-dev)"
|
||||
|
||||
# Clean previous
|
||||
@$(RMDIR) "$(RELEASE_FOLDER)"
|
||||
@@ -194,7 +195,7 @@ linux_release:
|
||||
@$(MKDIR) "$(RELEASE_FOLDER)"
|
||||
|
||||
# Copy resources
|
||||
@cp -r resources "$(RELEASE_FOLDER)/"
|
||||
@cp resources.pack "$(RELEASE_FOLDER)/"
|
||||
@cp LICENSE "$(RELEASE_FOLDER)/" 2>/dev/null || echo "Warning: LICENSE not found"
|
||||
@cp README.md "$(RELEASE_FOLDER)/" 2>/dev/null || echo "Warning: README.md not found"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user