aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-12-29 18:49:34 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-12-29 18:49:34 +0100
commitdef7e392f4646d948e30ba2d5e4ea2eabf1a877a (patch)
treebd957e9c62838a58137ab4cde62beb580b6abf03 /Makefile
parentStarting to look good (diff)
downloadlowbat-gnu-def7e392f4646d948e30ba2d5e4ea2eabf1a877a.tar.gz
lowbat-gnu-def7e392f4646d948e30ba2d5e4ea2eabf1a877a.tar.bz2
lowbat-gnu-def7e392f4646d948e30ba2d5e4ea2eabf1a877a.tar.xz
lowbat-gnu-def7e392f4646d948e30ba2d5e4ea2eabf1a877a.tar.zst
lowbat-gnu-def7e392f4646d948e30ba2d5e4ea2eabf1a877a.zip
oriented object is fine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d24f59c..1259ef0 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,6 @@ OBJS_DIR = obj/
TRGT_DIR = bin/
SRCS_NAME = main.cpp
-#SRCS_NAME += jo_exec.cpp
-SRCS_NAME += jo_notify.cpp
SRCS_NAME += jo_lowbat.cpp
SRCS = $(addprefix ${SRCS_DIR}, ${SRCS_NAME})
@@ -34,7 +32,7 @@ CXXFLAGS += -Wextra
CXXFLAGS += -Werror
#CXXFLAGS += ${OPTIMIZE}
CXXFLAGS += ${DEBUG}
-CXXFLAGS += ${FSANITIZE}
+#CXXFLAGS += ${FSANITIZE}
NAME = lowbat