first commit

This commit is contained in:
2021-03-07 14:40:58 +00:00
commit 5f21b2c1dc
11 changed files with 341 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
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