mirror of
https://xff.cz/git/pinephone-keyboard
synced 2024-11-15 05:05:01 -05:00
7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
gcc -o ppkb-flasher flasher.c
|
|
gcc -o ppkb-debugger debugger.c
|