Skip to content

Commit

Permalink
unistall target removes files
Browse files Browse the repository at this point in the history
  • Loading branch information
BruXy committed Aug 31, 2016
1 parent e7a4e1b commit b4ee456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -22,7 +22,7 @@ install: $(FILE_LIST)
install README.md LICENSE $(DESTDIR_DOCS)

uninstall: $(DESTDIR_PLUGIN)/gimp_colorize.py $(DESTDIR_SCRIPT)/colorize.py $(DESTDIR_DOCS)
echo rm -f $^
rm -rf $^

tarball: $(TAR_BALL)

Expand Down

0 comments on commit b4ee456

Please sign in to comment.