summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8fb8535a49f1293689ae96a73de56575a8c4cb31 (plain)
1
2
3
4
5
6
7
8
main: fc.txt
	ibus-table-createdb -n fc.db -s fc.txt
install:
	cp boshiamy.db /usr/share/ibus-table/tables/fc
	cp boshiamy.svg /usr/share/ibus-table/icons/fc.png
uninstall:
	rm /usr/share/ibus-table/tables/fc.db
	rm /usr/share/ibus-table/icons/fc.png