feat(cron): first step of replacing cron with C implementation
This commit is contained in:
parent
d8e3dcb34f
commit
191ea1f2fe
9 changed files with 157 additions and 305 deletions
2
Makefile
2
Makefile
|
|
@ -81,7 +81,7 @@ fmt:
|
|||
|
||||
.PHONY: test
|
||||
test:
|
||||
$(V) test $(SRC_DIR)
|
||||
$(V) -g test $(SRC_DIR)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
Reference in a new issue