From 0ab4c7fc437cb61004772a8f085ddfb711b072b9 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 18 May 2017 20:28:55 -0400 Subject: [PATCH] Correctly generate keys on `make install` Previously, there was no filename given. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index fd766d4..123de1b 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ all : local install : - ./keys.sh + ./keys.sh gen cd static/; $(MAKE) install $(MFLAGS) local : force_look