This website requires JavaScript.
Explore
Help
Register
Sign In
Wizzard
/
ip-lookup
Watch
1
Star
0
Fork
You've already forked ip-lookup
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Add Makefile
Browse Source
...
This commit is contained in:
Wizzard
2024-02-26 01:27:22 -05:00
parent
dea70eda0c
commit
1430c2f33c
1 changed files
with
5 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
5
Makefile
Normal file
Unescape
Escape
View File
@ -0,0 +1,5 @@
CC
=
gcc
CFLAGS
=
-lcurl -lcjson
ip-lookup
:
main
.
c
$(
CC
)
-o ip-lookup main.c
$(
CFLAGS
)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Wizzard/ip-lookup
Title
Body
Create Issue