summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-27 13:30:46 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-27 13:30:46 -0400
commitc285344c93c04e03a21863c35f271fc1e871e42e (patch)
tree28d84aaae3c0dde38346295331accf3b01c1167c /Makefile
parente0c056718be9d4d4f97e055858fa4f92b1e8f5ce (diff)
Makefile: jsh: Add epilogu.js; output command to stdout.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec9aeee..e49451f 100644
--- a/Makefile
+++ b/Makefile
@@ -33,5 +33,6 @@ venv:
jsh:
- @${JSHINT} nfsw/static/io.js
+ ${JSHINT} nfsw/static/io.js
+ ${JSHINT} nfsw/static/epilogue.js
.PHONY: jsh