diff options
author | Cara Salter <cara@devcara.com> | 2023-11-21 16:10:08 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-11-21 16:10:08 -0500 |
commit | f78c7cf82726324fcee6b738e3d670bee02ad3ff (patch) | |
tree | ece037cba4f701f67f22bdbd8f916f66a0e08036 /Makefile.am | |
parent | be5e0dd226a29d1d45f94d02bb63c64defbe33fd (diff) | |
download | 142bot-master.tar.gz 142bot-master.zip |
no more cmake!
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..ac44b92 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,5 @@ +bin_PROGRAMS=142bot +142bot_SOURCES=src/bot.cpp src/db.cpp src/main.cpp src/modules.cpp src/util.cpp +142bot_CXXFLAGS = -I ./include -std=c++23 + +SUBDIRS = . modules |