Started writing cron expression parser [CI SKIP]

This commit is contained in:
Jef Roosens 2022-04-10 16:17:50 +02:00
parent e890128bda
commit 6d60ea1538
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 91 additions and 1 deletions

View file

@ -60,6 +60,10 @@ fmt:
vet:
$(V) vet -W $(SRC_DIR)
.PHONY: test
test:
$(V) test $(SRC_DIR)
# Build & patch the V compiler
.PHONY: v
v: v/v