otfm-python/Makefile
2021-03-07 14:40:58 +00:00

10 lines
199 B
Makefile

include config.mk
install:
mkdir -p ${DESTDIR}${PREFIX}/bin/
cp -f otfm-python ${DESTDIR}${PREFIX}/bin/
chmod 755 ${DESTDIR}${PREFIX}/bin/
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/otfm-python