Initial working build of gloss

This commit is contained in:
2013-10-14 11:13:21 -04:00
parent cedb1e7acc
commit bf5abdaa94
3 changed files with 204 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
install:
cp gloss.sh $(PREFIX)/usr/bin
uninstall:
rm $(PREFIX)/usr/bin/gloss.sh
MANIFEST:
echo /usr/bin/gloss.sh > MANIFEST