Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jul 23, 2014
1 parent 070fc18 commit 523e61f
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 @@ -72,7 +72,7 @@ vagrant.key:
chmod 0600 vagrant.key

# Don't forget to vagrant up :) - and add your public key to the guests authorized_keys
vm-setup: vagrant.key
setup: vagrant.key
$(SSHCMD) "sudo yum install -y sudo yum install http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm"
$(SSHCMD) "sudo yum install -y golang git rpm-build"
$(SSHCMD) "mkdir -p /home/vagrant/src/github.com/miku"
Expand Down

0 comments on commit 523e61f

Please sign in to comment.