mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-05 15:12:13 +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
|