Skip to content

Commit

Permalink
Silence!
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Mar 29, 2019
1 parent 380dc2f commit 44de26e
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 @@ -37,6 +37,6 @@ unit:

zip: test
@echo -e "$(white)=$(blue) Building new package$(reset)"
rm -f ../$(zip_name)
@rm -f ../$(zip_name)
cd ..; zip -r $(zip_name) $(include_paths) -x $(exclude_files)
@echo -e "$(white)=$(blue) Successfully wrote package as: $(white)../$(zip_name)$(reset)"

0 comments on commit 44de26e

Please sign in to comment.