spiegel-keyman/linux/Makefile
2018-09-15 17:49:25 +07:00

18 lines
No EOL
194 B
Makefile

#!/usr/bin/make
tmpbuild:
./build.sh
install_local:
SUDOINSTALL="yes" ./build.sh
uninstall_local:
SUDOINSTALL="uninstall" ./build.sh
debnocow:
./deb.sh
deb: cow debnocow
cow:
./cow.sh