remove makefile

This commit is contained in:
osaajani 2020-02-18 20:03:32 +01:00
parent f955cf3db0
commit 38a8b023cb
276 changed files with 0 additions and 138 deletions

View File

@ -1,36 +0,0 @@
.PHONY: all install composer_install vendor migrate clean fix
INSTALL_DIR=$(DESTDIR)/opt/raspisms2
ENV=prod
all: install
vendor: raspisms/composer.phar raspisms/composer.json
cd raspisms && ./composer.phar self-update
cd raspisms && ./composer.phar install
migrate: vendor
cd raspisms && ./vendor/bin/phinx migrate --environment=$(ENV)
install: vendor migrate
chmod -R 750 .
install -m750 -d $(INSTALL_DIR)
cp -Tr raspisms $(INSTALL_DIR)
clean:
uninstall:
rm -rf $(INSTALL_DIR)
fix:
cd raspisms && ./tests/php-cs-fixer/run.php fix
cd raspisms && ./tests/phpstan/run.php analyse

View File

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Some files were not shown because too many files have changed in this diff Show More