.DEFAULT_GOAL = all all: lint test NPM ?= npm NODE ?= node INSTALL ?= install SASSC ?= sassc MKDIR ?= mkdir CONVERT ?= convert node_modules: package.json package-lock.json $(NPM) ci .PHONY: lint lint: node_modules $(NODE) ./$