mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-22 04:25:12 +00:00
c72432d640
a few changes needed to be adjusted and manpage updated, now we also ship cloakify ciphers into extras, a link is left to original repo.
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
|