This commit is contained in:
SuperNovaa41
2024-01-24 10:50:08 -05:00
parent 36e7aa535c
commit 713dd70c12
6 changed files with 90 additions and 28 deletions

View File

@ -1,5 +1,5 @@
all: src/*.c
gcc src/main.c src/json.c src/curl.c -lcurl -lcjson -o isbn -Wall
gcc src/main.c src/json.c src/curl.c src/csv.c -lcurl -lcjson -o isbn -Wall
mkdir -p build
mv isbn build
clean: