fizzs/scripts/c

7 lines
85 B
Bash
Executable file

#!/bin/bash
set -e
bash ./scripts/prepare.sh
gcc src/fb.c -o build/fb_c
build/fb_c