Skip to content

Commit

Permalink
make uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ondov committed Oct 25, 2017
1 parent fe60075 commit 38a7e47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ install : mash
cp `pwd`/src/mash/*.h @prefix@/include/mash/
cp `pwd`/src/mash/capnp/MinHash.capnp.h @prefix@/include/mash/capnp/

.PHONY: uninstall
uninstall:
rm -f /usr/local/bin/mash
rm -f /usr/local/lib/libmash.a
rm -rf /usr/local/include/mash

clean :
-rm mash
-rm libmash.a
Expand Down

0 comments on commit 38a7e47

Please sign in to comment.