fix(cron): ensure valid day values; some other stuff
This commit is contained in:
parent
3f1aea13e2
commit
801a2cd495
6 changed files with 112 additions and 48 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue