Files
blackbox/Makefile

15 lines
387 B
Makefile
Raw Normal View History

2014-08-26 16:26:25 -04:00
SHELL=/bin/sh
BIN=tools
all:
@echo 'Menu:'
@echo ' make packages Make all RPM packages'
@echo ' make install (incomplete)
packages:
2014-08-26 20:40:22 +00:00
PKGRELEASE="$${PKGRELEASE}" $(BIN)/build_rpm.sh blackbox tools/manifest.txt
2014-08-26 16:26:25 -04:00
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.'