5 lines
69 B
Makefile
5 lines
69 B
Makefile
all: main.c
|
|
gcc main.c -lcurl -lcjson -o isbn -Wall
|
|
clean:
|
|
rm isbn
|