Skip to content

Commit

Permalink
Add install, uninstall targets.
Browse files Browse the repository at this point in the history
This is to allow a toplevel `make uninstall install` to work.
  • Loading branch information
jonpryor committed Jan 23, 2013
1 parent 963c647 commit 02cb66c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ clean:
-rm -rf annotations
-rm -rf scraper.exe scraper.exe.mdb

install:

uninstall:

sources = \
AndroidDocScraper.java \
IDocScraper.java \
Expand Down

0 comments on commit 02cb66c

Please sign in to comment.