summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 18:27:03 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-26 18:27:03 +0200
commit5245e605264eaaaca643ff7f90aae77e11f459b2 (patch)
tree64554311280825f49cc8b79e53a1ad6db9d21c52 /Makefile
parent7c033f26a9fde03f7c1f35945158e97e3ce115ce (diff)
remove checks for always valid targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 134c29ea3..ec122a16b 100644
--- a/Makefile
+++ b/Makefile
@@ -75,12 +75,8 @@ all: build
# is present, the npm step is skipped
.PHONY: build
build:
-ifneq (,$(wildcard $(CURDIR)/composer.json))
make composer
-endif
-ifneq (,$(wildcard $(CURDIR)/js/package.json))
make npm
-endif
# Installs and updates the composer dependencies. If composer is not installed
# a copy is fetched from the web