Skip to content

Commit

Permalink
Fixed target archive
Browse files Browse the repository at this point in the history
  • Loading branch information
c4s4 committed Jul 8, 2020
1 parent fe161db commit 186fb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ archive: binaries documentation # Build distribution archive
@mkdir -p $(BUILD_DIR)/make-tools
@mv $(BUILD_DIR)/bin $(BUILD_DIR)/make-tools
@mv $(BUILD_DIR)/README.pdf $(BUILD_DIR)/LICENSE.txt $(BUILD_DIR)/make-tools
@cd $(BUILD_DIR) && tar cvf make-tools.tar make-tools/ && gzip make-tools.tar
@cd $(BUILD_DIR) && tar cvf make-tools-$(VERSION).tar make-tools/ && gzip make-tools-$(VERSION).tar

tag: # Tag project
$(title)
Expand Down

0 comments on commit 186fb3e

Please sign in to comment.