Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
remove checks for always valid targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Apr 26, 2016
1 parent 7c033f2 commit 5245e60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5245e60

Please sign in to comment.