This website requires JavaScript.
Explore
Help
Register
Sign In
SuperNovaa41
/
isbn-lookup
Watch
1
Star
0
Fork
0
You've already forked isbn-lookup
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
isbn-lookup
/
Makefile
5 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
initial commit
2024-01-12 12:15:17 -05:00
all
:
main
.
c
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
gcc main.c json.c curl.c -lcurl -lcjson -o isbn -Wall
adds clean directive
2024-01-12 13:06:15 -05:00
clean
:
rm isbn
Reference in New Issue
Copy Permalink