bracket-bot/makefile
2024-05-06 03:05:16 -04:00

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