feat(cron): first step of replacing cron with C implementation

This commit is contained in:
Jef Roosens 2023-01-12 21:52:51 +01:00
parent d8e3dcb34f
commit 191ea1f2fe
9 changed files with 157 additions and 305 deletions

View file

@ -81,7 +81,7 @@ fmt:
.PHONY: test
test:
$(V) test $(SRC_DIR)
$(V) -g test $(SRC_DIR)
.PHONY: clean
clean: