diff options
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitestatic/Makefile b/sitestatic/Makefile index 432b15ce..d716992f 100644 --- a/sitestatic/Makefile +++ b/sitestatic/Makefile @@ -7,7 +7,7 @@ targets = \ bootstrap-typeahead \ jquery-$(jquery-ver) \ jquery.tablesorter-$(tablesorter-ver) \ - konami \ + konami target-files=$(addsuffix .js,$(targets)) $(addsuffix .min.js,$(targets)) favicon.ico silhouette.png all: $(target-files) |