Promoted dist.sh to top-level directory, updated .gitignore

This commit is contained in:
Joseph Henry
2019-03-18 16:26:27 -07:00
parent 630c3d6331
commit dc01b78e97
5 changed files with 17 additions and 8 deletions

View File

@@ -1,10 +1,8 @@
ifeq ($(OS),Windows_NT)
DIST_BUILD_SCRIPT := ports\dist.bat
CLEAN_SCRIPT := ports\clean.bat
DIST_BUILD_SCRIPT := dist.bat
CLEAN_SCRIPT := clean.bat
else
DIST_BUILD_SCRIPT := ./ports/dist.sh
CLEAN_SCRIPT := ./ports/clean.sh
PACKAGE_SCRIPT := ./ports/package.sh
DIST_BUILD_SCRIPT := ./dist.sh
endif
EXECUTABLES = cmake