From 374acddbab15ea93729c842ea59d8a13d23a1c90 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 28 Sep 2019 15:49:41 -0400 Subject: Makefile: Add jsh (jshint). --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b68aac..ec9aeee 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ VENV_DIR=/usr/local/virtualenv/.dingy VENV_CMD=virtualenv-3 +JSHINT=~/.npm-packages/bin/jshint dunno: @echo "Give me somepin to make" @@ -29,3 +30,8 @@ venv: rm -rf $(VENV_DIR); fi' ${VENV_CMD} --clear --python=python3 $(VENV_DIR) .PHONY: venv + + +jsh: + @${JSHINT} nfsw/static/io.js +.PHONY: jsh -- cgit v1.2.3