Skip to content

Commit

Permalink
removed unused unistall target
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyOHill committed Jun 13, 1997
1 parent 009ec62 commit 03225a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ built_release:
@echo TOP: Creating Fully Built Release...
@./MakeRelease -b $(INSTALL_LOCATION)

uninstall::
@DIR1=`pwd`;cd $(INSTALL_LOCATION);DIR2=`pwd`;cd $$DIR1;\
if [ "$$DIR1" != "$$DIR2" ]; then $(RMDIR) $(INSTALL_LOCATION)/config; fi

0 comments on commit 03225a3

Please sign in to comment.