5 lines
205 B
Makefile
5 lines
205 B
Makefile
bracket-bot: json.hpp source.cpp
|
|
g++ source.cpp -lcurl -lsqlite3 -Wall -Wextra -O3 -o bracket-bot
|
|
|
|
json.hpp:
|
|
wget https://raw.githubusercontent.com/nlohmann/json/v3.11.3/single_include/nlohmann/json.hpp
|