pinephone-keyboard/inputd/build.sh
2021-06-16 17:19:38 +02:00

5 lines
86 B
Bash
Executable file

#!/bin/sh
php map-to-c.php factory-keymap.txt > kmap.h
gcc -o ppkbd main.c || exit 1