From c22c66ce6a3c68d808dc20fe8bca236726df0748 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Mon, 10 Sep 2018 23:11:33 -0600 Subject: [PATCH] remove needless command aliases in makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3651a92d..663744fb 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,7 @@ PATH := node_modules/.bin:$(PATH) SHELL := /bin/bash # applications -NODE ?= $(shell which node) -YARN ?= $(shell which yarn) -PKG ?= $(if $(YARN),$(YARN),$(NODE) $(shell which npm)) -BROWSERIFY ?= $(NODE) $(BIN)/browserify +BROWSERIFY ?= $(BIN)/browserify all: lint test