reform
MNT Reform: Open Source Portable Computer
Log
(
Feed
) |
Files
|
Refs
(
Tags
) |
README
build.sh (45B)
1
#!/bin/sh
2
3
gcc -O2 -o kbdgfx ./kbdgfx.c -lm
4