3 lines
53 B
Makefile
3 lines
53 B
Makefile
all: main.c
|
|
gcc main.c -lcurl -lcjson -o isbn -Wall
|
all: main.c
|
|
gcc main.c -lcurl -lcjson -o isbn -Wall
|