Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan2175 committed Dec 19, 2018
1 parent baece0b commit 5f2e933
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ distro:
cd $(BUILD_DIR)/; \
gzip $(BINARY)-$(VERSION).tar;

@echo "$(OK_COLOR)==> Moving Compressed Tarball...$(NO_COLOR)"; \
mv $(BUILD_DIR)/$(BINARY)-$(VERSION).tar.gz ./


# Clean up the project: delete binaries
clean:
Expand Down

0 comments on commit 5f2e933

Please sign in to comment.