mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-15 11:03:01 +02:00
Package tools
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal 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.'
|
||||
Reference in New Issue
Block a user