Add Makefile
This commit is contained in:
parent
dea70eda0c
commit
1430c2f33c
5
Makefile
Normal file
5
Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
CC=gcc
|
||||
CFLAGS=-lcurl -lcjson
|
||||
|
||||
ip-lookup: main.c
|
||||
$(CC) -o ip-lookup main.c $(CFLAGS)
|
Loading…
x
Reference in New Issue
Block a user