summaryrefslogtreecommitdiff
path: root/Makefile
blob: f69984cc10b7d16e7d09b1f2be3515e6c6533e77 (plain)
1
2
3
4
5
6
7
8
main: boshiamy.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