aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe01fb6..1ad882e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,10 @@ LDFLAGS := -ldl
CFLAGS += $(shell pkg-config --cflags sqlite3 libsodium)
LDFLAGS += $(shell pkg-config --libs sqlite3 libsodium)
+ifneq ($(NO_FIREBASE),)
+ CFLAGS += -DNO_FIREBASE
+endif
+
TARGETS := tomsg_server
TEST_TARGET := test/main