4 lines
232 B
Bash
Executable File
4 lines
232 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p gen
|
|
xxd -i theme.css gen/theme.c
|
|
gcc -s -O2 -std=c2x -Wall -Wextra -iquoteinc -iquotevendors -include_.h -Dnullptr=NULL -o betterboxd src/*.c gen/*.c vendors/*.c -lmicrohttpd -lsqlite3 -lcurl -largon2 -lsodium -lm |