new: mtsc-common, mp-build and mp-pool
This commit is contained in:
9
mtsc-common/Makefile
Normal file
9
mtsc-common/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
PREFIX = /usr
|
||||
|
||||
install:
|
||||
install -m755 "common.sh" $(DESTDIR)/$(PREFIX)/lib/mtsc-common.sh
|
||||
|
||||
uninstall:
|
||||
rm $(DESTDIR)/$(PREFIX)/lib/mtsc-common.sh
|
||||
|
||||
.PHONY: install uninstall
|
Reference in New Issue
Block a user