We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82599e commit 76a19bfCopy full SHA for 76a19bf
makefile
@@ -24,8 +24,9 @@ component += ${current}/src/components/timer.c
24
component += ${current}/src/components/update_checker.c
25
component += ${current}/src/components/sig_handler.c
26
component += ${current}/src/components/cmd.c
27
+component += ${current}/src/components/data_master.c
28
-header := ${current}/header
29
+header := ${current}/headers
30
31
clocker := ${current}/src/clocker.c
32
updater := ${current}/src/updater.c
0 commit comments