summaryrefslogtreecommitdiff
path: root/data/extensions/html5-video-everywhere@lejenome.me/Makefile
blob: 3f1fc1b36a87ee522e968bf9a309cdc344c3218f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# List of drivers to enable on build

.NOTPARALLEL : all
all: lint beautify build
lint:
	jshint --verbose *.js */*.js
beautify:
	find . -maxdepth 2 -name "*.js" -a ! -name "flashgot-*.js" \
		| xargs js-beautify -r
	find . -name "*.json" | xargs -n 1 jsonlint -i
build:
	jpm xpi
run:
	jpm run
watch:
	jpm watchpost --post-url http://localhost:8888/
test:
	jpm test