restructures the code
This commit is contained in:
parent
9fc68e1b72
commit
0f125ee459
5
Makefile
5
Makefile
@ -1,4 +1,5 @@
|
||||
all: main.c
|
||||
gcc main.c json.c curl.c -lcurl -lcjson -o isbn -Wall
|
||||
all: src/*.c
|
||||
gcc src/main.c src/json.c src/curl.c -lcurl -lcjson -o isbn -Wall
|
||||
mv isbn build
|
||||
clean:
|
||||
rm isbn
|
||||
|
Loading…
x
Reference in New Issue
Block a user