UNPKG
json-file-enc
Version:
latest (0.0.1)
0.0.1
encrypted json for config files
github.com/douglauer/json-file-enc
douglauer/json-file-enc
json-file-enc
/
Makefile
16 lines
(12 loc)
•
207 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
NODE_ENV =
test
export
TAKY_DEV = 1 main:
if
[ -a build ] ; \
then
\
rm
-rf build/ ; \
fi
;
mkdir
build iced -c --runtime inline --output build module.iced r: $(MAKE) node build/module.js