Skip to content

Commit

Permalink
add images to release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mfro0 committed Feb 2, 2019
1 parent 169e938 commit 7dd8109
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 @@ -61,7 +61,7 @@ printvars:
$(foreach V,$(.VARIABLES), $(if $(filter-out environment% default automatic, $(origin $V)),$(warning $V=$($V))))

release:
tar cvzf libcmini-cplusplus.tar.gz mini++.prg
tar cvzf libcmini-cplusplus.tar.gz mini++.prg images

ifneq (clean,$(MAKECMDGOALS))
-include $(DEPEND)
Expand Down

0 comments on commit 7dd8109

Please sign in to comment.