summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 341b17a..d8485cc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,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
+fourcorners.db: fourcorners.txt
+ ibus-table-createdb -n fourcorners.db -s fourcorners.txt
+install: fourcorners.db fourcorners.png
+ cp fourcorners.db /usr/share/ibus-table/tables/fourcorners.db
+ cp fourcorners.png /usr/share/ibus-table/icons/fourcorners.png
uninstall:
- rm /usr/share/ibus-table/tables/fc.db
- rm /usr/share/ibus-table/icons/fc.png
+ rm /usr/share/ibus-table/tables/fourcorners.db
+ rm /usr/share/ibus-table/icons/fourcorners.png