Skip to content

Commit

Permalink
Make load.php the primary make target
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Nov 13, 2015
1 parent d9c27ef commit e04c573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -3,11 +3,11 @@ include sources.mk

.PHONY: clean check phar

phar: Ardent.phar

load.php: $(SOURCES)
$(PHP) make-loader.php $^ > $@

phar: Ardent.phar

Ardent.phar: load.php $(SOURCES)
$(PHP) -d phar.readonly=0 make-phar.php $@ $^

Expand Down

0 comments on commit e04c573

Please sign in to comment.