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