Skip to content

Commit

Permalink
.DEFAULT_GOAL fixed in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdsmiley committed Jun 2, 2020
1 parent 7d742f6 commit 8f693c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PLUGIN=vim-draw
DEFAULT_DIR=~/.vim/bundle/vim-draw/
GITURL=https://github.com/weirdsmiley/Vim-Draw.git

.DEAFULT_GOAL:=install
.DEFAULT_GOAL:=install

install:
mkdir -p $(DEFAULT_DIR)
Expand Down

0 comments on commit 8f693c9

Please sign in to comment.