wizapp-stdlib/example_build
2024-01-20 21:37:22 +00:00

13 lines
121 B
Bash
Executable File

#!/bin/bash
INCLUDE=" \
-Ialiases \
-Icpath/include \
-Idstr/include \
"
SRC=" \
cpath/src/*.c \
dstr/src/*.c \
"