Skip to content

Commit

Permalink
fix spelling mistake and properly set install to PHONY target
Browse files Browse the repository at this point in the history
  • Loading branch information
huy committed Nov 16, 2014
1 parent afcd357 commit f727d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
@@ -1,7 +1,7 @@
INSTALL_DIR=~/.local/bin

all:
@echo "Pleas run 'make install'"
@echo "Please run 'make install'"

install:
@echo ""
Expand All @@ -17,3 +17,5 @@ install:
@echo 'p <bookmark_name> - Prints the directory associated with "bookmark_name"'
@echo 'd <bookmark_name> - Deletes the bookmark'
@echo 'l - Lists all available bookmarks'

.PHONY: all install

0 comments on commit f727d56

Please sign in to comment.