mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-29 08:14:08 +00:00
6 lines
157 B
Makefile
6 lines
157 B
Makefile
|
PREFIX ?= /usr/local
|
||
|
|
||
|
install:
|
||
|
install -Dm755 cloakify.py ${DESTDIR}${PREFIX}/bin/cloakify
|
||
|
install -Dm755 decloakify.py ${DESTDIR}${PREFIX}/bin/decloakify
|