Package tools

This commit is contained in:
tlimoncelli@stackexchange.com
2014-08-26 16:26:25 -04:00
parent 9f78fd458b
commit adcb7e7449
3 changed files with 86 additions and 0 deletions

14
Makefile Normal file
View File

@@ -0,0 +1,14 @@
SHELL=/bin/sh
BIN=tools
all:
@echo 'Menu:'
@echo ' make packages Make all RPM packages'
@echo ' make install (incomplete)
packages:
@$(BIN)/make_rpm.sh PKGRELEASE="$${PKGRELEASE}"
install:
@echo 'To install, copy the files from bin to somewhere in your PATH.'
@echo 'Or, if you use RPMs, "make packages" and install the result.'