Files
blackbox/Makefile

15 lines
397 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-28 14:37:25 +00:00
PKGRELEASE="$${PKGRELEASE}" $(BIN)/build_rpm.sh stack_blackbox tools/rpm_filelist.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.'