Skip to content

Commit 35afb06

Browse files
committed
Revise Makefile
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent d4a3ccb commit 35afb06

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
.DEFAULT_GOAL := all
22

33
JSONSCHEMA ?= ./node_modules/@sourcemeta/jsonschema/npm/cli.js
4-
JQ ?= jq
54
SHELLCHECK ?= shellcheck
6-
TAR ?= tar
7-
ZIP ?= zip
8-
UNZIP ?= unzip
9-
GZIP ?= gzip
10-
MKDIRP ?= mkdir -p
11-
RMRF ?= rm -rf
125
NODE ?= node
136
NPM ?= npm
147
TIME ?= time

0 commit comments

Comments
 (0)