UNPKG
imagemapchart
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
hover and click behavior for an imagemap
github.com/ccnmtl/imagemapchart
ccnmtl/imagemapchart
imagemapchart
/
Makefile
17 lines
(10 loc)
•
174 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OUTPUT_PATH=node_modules JS_FILES=src test
all: clean test eslint
include
js.mk
clean:
rm -rf
$(OUTPUT_PATH)
build:
$(JS_SENTINAL)
npm install
test: build
npm test