Added Makefile

This commit is contained in:
q3aql 2020-08-16 18:36:00 +02:00
parent b678427ef5
commit e07a0d98ed

13
linux/Makefile Normal file
View File

@ -0,0 +1,13 @@
############################################
# Installing ansi-60-keyboard combinations #
############################################
install:
mkdir -p ~/.config/autokey/data/
cp -rfv ansi-60-keyboard ~/.config/autokey/data/
autokey &
uninstall:
rm -rfv ~/.config/autokey/data/
autokey &