From 5245e605264eaaaca643ff7f90aae77e11f459b2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Apr 2016 18:27:03 +0200 Subject: remove checks for always valid targets --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3