1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

update Makefile

This commit is contained in:
Akolzin Dmitry 2020-03-17 18:16:55 +03:00
parent 1369a68303
commit 29ef0370d2
2 changed files with 4 additions and 2 deletions

View file

@ -50,8 +50,8 @@ build_diff_file:
@git diff --name-status $(LAST_TAG) HEAD > $(ROOT_DIR)/release/diff
cleanup:
@rm $(ROOT_DIR)/release/$(CURRENT_VERSION)
@rm $(ROOT_DIR)/release/$(CURRENT_VERSION).tar.gz
@rm $(ROOT_DIR)/release/$(VERSION)
@rm $(ROOT_DIR)/release/$(VERSION).tar.gz
# docker commands
install:

View file

@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php
error_reporting(E_ALL ^ E_DEPRECATED);
require_once __DIR__ . '/../helpers/release/ReleaseBuilder.php';
require_once __DIR__ . '/../helpers/release/ModifiedFile.php';
require_once __DIR__ . '/../intaro.retailcrm/install/version.php';