Skip to content

Commit

Permalink
Added uninstall to the Makefile
Browse files Browse the repository at this point in the history
Added a simple 4 line uninstall into the Makefile to make it
simple to remove luvit.

Tested on MacOSX 10.7
  • Loading branch information
mjohnsullivan committed May 31, 2012
1 parent 641eeb2 commit a86c1ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -226,6 +226,11 @@ install: all
cp -r ${UVDIR}/include/* ${INCDIR}/uv/
cp src/*.h ${INCDIR}/

uninstall:
rm -f ${BINDIR}/luvit
rm -rf ${LIBDIR}
rm -rf ${INCDIR}

bundle: bundle/luvit

bundle/luvit: build/luvit ${BUILDDIR}/libluvit.a
Expand Down

0 comments on commit a86c1ba

Please sign in to comment.