make: fixing broken includes

This commit is contained in:
Tom Gallacher 2016-10-24 16:00:51 +01:00
parent f2d5c03b57
commit 07e85be03b
4 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,3 @@
include ../tools/node-install.mk
FRONTEND = "../frontend" FRONTEND = "../frontend"
.PHONY: install .PHONY: install

View File

@ -1,5 +1,3 @@
include ../tools/node-install.mk
.PHONY: install .PHONY: install
install: install:
yarn install yarn install

View File

@ -1,5 +1,3 @@
include ../tools/node-install.mk
BACKEND = "../backend/static" BACKEND = "../backend/static"
.PHONY: install .PHONY: install

View File

@ -1,5 +1,3 @@
include ../tools/node-install.mk
.PHONY: test .PHONY: test
test: test:
yarn run test yarn run test