Skip to content

Commit

Permalink
Correctly generate keys on make install
Browse files Browse the repository at this point in the history
Previously, there was no filename given.
  • Loading branch information
thebaer committed May 19, 2017
1 parent 3e8a22e commit 0ab4c7f
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 @@ -2,7 +2,7 @@
all : local

install :
./keys.sh
./keys.sh gen
cd static/; $(MAKE) install $(MFLAGS)

local : force_look
Expand Down

0 comments on commit 0ab4c7f

Please sign in to comment.