summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-27 20:44:16 -0800
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-27 20:44:16 -0800
commitea07f6ebb16d27e1ab6e99a9e7b0646a07fd2904 (patch)
tree610dba9c606a06b8e1a8f528920e71b75ffed976 /Makefile
parent6462f93397c7249603e69402bbab07897ec591a8 (diff)
Renamed it to fourcorners since apparently too short of a name will not work
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