5 lines
52 B
Makefile
5 lines
52 B
Makefile
|
.PHONY: main
|
||
|
|
||
|
main:
|
||
|
g++ main.cpp -g -lcurl -o main
|