NASFAQ/nasfaq/trash/api/test/compile.sh

9 lines
167 B
Bash
Raw Normal View History

2022-02-17 15:15:31 +00:00
gcc ../src/common.c \
../src/mute.c \
../src/performance.c \
../src/settings.c \
../src/items.c \
../src/cJSON/cJSON.c \
./main.c \
-Wall -g -o test && ./test