isbn-lookup/Makefile
SuperNovaa41 9fc68e1b72 Cleans up the code
Separates some functions into their own files
separates some big functions in to smaller ones to help improve the code
cleans up some stuff
2024-01-13 21:29:52 -05:00

5 lines
83 B
Makefile

all: main.c
gcc main.c json.c curl.c -lcurl -lcjson -o isbn -Wall
clean:
rm isbn