summaryrefslogtreecommitdiff
path: root/makefile
blob: df34d12a096264f175f77177e4a97bddd3896c80 (plain) (blame)
1
2
3
4
5
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