Skip to content

Commit

Permalink
Added uninstall + some interface improvements (need in test)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoAlexander committed Jul 16, 2015
1 parent 0db162f commit 251eeb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ clean:
@echo Cleaning...
@rm -rf ../obj
@rm -f ../bin/esed
@echo esed directory successfully cleaned!

install: dirs ../bin/esed
@echo Installing esed...
@cp ../bin/esed /usr/local/bin
@echo esed successfully installed!

uninstall:
@echo Uninstalling esed...
@rm -f /usr/local/bin/esed
@echo esed successfully uninstalled!

0 comments on commit 251eeb4

Please sign in to comment.