diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
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 |