forked from vieter-v/vieter
Started writing cron expression parser [CI SKIP]
This commit is contained in:
parent
e890128bda
commit
6d60ea1538
5 changed files with 91 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue