From e04c5739d897f6a485340f2527ffd411dd811eaf Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Fri, 13 Nov 2015 14:22:40 -0700 Subject: [PATCH] Make load.php the primary make target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9b97f0599e..7b6ed2711a 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $^