diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-29 16:02:18 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-29 16:02:18 +0100 |
commit | bee85722628e77c13b16651e17524437019a5e40 (patch) | |
tree | 104246780c0cb411b9bbc4ee5aa1e562ef31ce6d /Makefile | |
parent | work in progress (diff) | |
download | lowbat-gnu-bee85722628e77c13b16651e17524437019a5e40.tar.gz lowbat-gnu-bee85722628e77c13b16651e17524437019a5e40.tar.bz2 lowbat-gnu-bee85722628e77c13b16651e17524437019a5e40.tar.xz lowbat-gnu-bee85722628e77c13b16651e17524437019a5e40.tar.zst lowbat-gnu-bee85722628e77c13b16651e17524437019a5e40.zip |
in progress
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ OBJS_DIR = obj/ TRGT_DIR = bin/ SRCS_NAME = main.cpp -SRCS_NAME += jo_exec.cpp +#SRCS_NAME += jo_exec.cpp SRCS_NAME += jo_notify.cpp SRCS_NAME += jo_lowbat.cpp |