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