1
0
Fork 0

lint(build): copy variables from std makefile

This commit is contained in:
ssube 2019-08-30 00:26:18 -05:00
parent 489ca33723
commit 99b9844a2d
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 20 additions and 19 deletions

View File

@ -43,6 +43,7 @@ export NODE_VERSION := $(shell node -v)
export RUNNER_VERSION := $(CI_RUNNER_VERSION)
all: build
@echo Success!
clean: ## clean up everything added by the default target
clean: clean-deps clean-target