Compare commits

...

4 Commits
dev ... dev

Author SHA1 Message Date
test 24b0898a36 Update 'Makefile' 2022-05-05 09:23:25 +02:00
test 4939fd807e Update '.woodpecker/.arch.yml' 2022-05-05 09:19:10 +02:00
test d4f502066c Update 'CHANGELOG.md' 2022-05-05 09:18:41 +02:00
test d469535885 Update '.woodpecker/.arch.yml' 2022-05-05 09:16:25 +02:00
2 changed files with 2 additions and 0 deletions

View File

@ -67,3 +67,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Ability to publish packages
* Re-wrote repo-add in V

View File

@ -5,6 +5,7 @@ SOURCES != find '$(SRC_DIR)' -iname '*.v'
V_PATH ?= v
V := $(V_PATH) -showcc -gc boehm
all: vieter