Sign in
vanadium
/
release.projects.playground
/
7fd4509aa6b25af2249010d6b2949284d6adc89f
/
.
/
pgbundle
/
Makefile
blob: 5ae2f19fd5ae5ae02aa4d62d947e18e6b947644a [
file
] [
log
] [
blame
]
PATH
:=
$
(
PATH
):
$
(
V23_ROOT
)/
environment
/
cout
/
node
/
bin
SHELL
:=
/
bin
/
bash
-
euo pipefail
node_modules
:
package
.
json
@npm
prune
@npm
install
@touch
$@
.
PHONY
:
clean
clean
:
@$
(
RM
)
-
rf node_modules
@$
(
RM
)
-
rf npm
-
debug
.
log
.
PHONY
:
lint
lint
:
@jshint
.