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"
.PHONY: install

View File

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

View File

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

View File

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