Skip to content

Commit

Permalink
Maybe fixed build again?
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent e98e3bb commit 94d5fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Thumbs.db
*.zip
.hephaestus.json
*.bisign
*.tar.gz
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ release: clean version commit

releaseCI: clean version
@"$(MAKE)" $(MAKEFLAGS) signatures
@echo " TAR $(ZIP)_$(VERSION_F).zip"
@echo " TAR $(ZIP)_$(VERSION_F).tar.gz"
@cp mod.cpp README.md AUTHORS.txt LICENSE logo_achilles_ca.paa $(BIN)
@tar czf $(ZIP)_$(VERSION_F)-$(GIT_HASH).tar.gz $(BIN)
@tar -czf $(ZIP)_$(VERSION_F)-$(GIT_HASH).tar.gz $(BIN)

clean:
rm -rf $(BIN) $(ZIP)_*.zip
Expand Down

0 comments on commit 94d5fde

Please sign in to comment.