mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
18 lines
No EOL
194 B
Makefile
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
|