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