fix(cron): ensure valid day values; some other stuff

This commit is contained in:
Jef Roosens 2023-01-14 18:44:33 +01:00
parent 3f1aea13e2
commit 801a2cd495
6 changed files with 112 additions and 48 deletions

View file

@ -1,6 +1,6 @@
# =====CONFIG=====
SRC_DIR := src
SOURCES != find '$(SRC_DIR)' -iname '*.v'
SOURCES != find '$(SRC_DIR)' -\( -iname '*.v' -or -iname '*.h' -or -iname '*.c' -\)
V_PATH ?= v
V := $(V_PATH) -showcc -gc boehm -W -d use_openssl -skip-unused