php-hotfix/Makefile

8 lines
150 B
Makefile
Raw Normal View History

.phony: phar installer
2016-04-19 13:54:03 +00:00
phar:
./makephar -c makephar.conf >/dev/null
installer: phar
cd installer; ./make-installer.sh; mv hotfix-installer.run ..