summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2024-05-06 03:05:16 -0400
committerBenji Dial <benji@benjidial.net>2024-05-06 03:05:16 -0400
commit379b35093097f0091e08e128c161000ead3d1e19 (patch)
treea20a390aec708c2176bee77e7e93367d63e3655c /makefile
parentf05e422f697c94edc2983b857dc814aedb7aaa9b (diff)
downloadbracket-bot-379b35093097f0091e08e128c161000ead3d1e19.tar.gz
new version
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..df34d12
--- /dev/null
+++ b/makefile
@@ -0,0 +1,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