Skip to content

Commit 76a19bf

Browse files
committed
10130253
1 parent a82599e commit 76a19bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ component += ${current}/src/components/timer.c
2424
component += ${current}/src/components/update_checker.c
2525
component += ${current}/src/components/sig_handler.c
2626
component += ${current}/src/components/cmd.c
27+
component += ${current}/src/components/data_master.c
2728

28-
header := ${current}/header
29+
header := ${current}/headers
2930

3031
clocker := ${current}/src/clocker.c
3132
updater := ${current}/src/updater.c

0 commit comments

Comments
 (0)