summaryrefslogtreecommitdiff
path: root/sitestatic
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-15 23:54:10 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-15 23:54:10 -0600
commite142f448ec08624007eb8d8e69515871b0fa34b5 (patch)
treedbfbbdd1ec4f783095c621cd1e2ab83bd0452f4b /sitestatic
parentffff0a1c34eb8578acb7eff5e329ca666ebf96c3 (diff)
fix bad merge things
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/Makefile2
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)