dev #155
2 changed files with 2 additions and 0 deletions
|
|
@ -67,3 +67,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
* Ability to publish packages
|
* Ability to publish packages
|
||||||
* Re-wrote repo-add in V
|
* Re-wrote repo-add in V
|
||||||
|
|
||||||
|
|
|
||||||
1
Makefile
1
Makefile
|
|
@ -5,6 +5,7 @@ SOURCES != find '$(SRC_DIR)' -iname '*.v'
|
||||||
V_PATH ?= v
|
V_PATH ?= v
|
||||||
V := $(V_PATH) -showcc -gc boehm
|
V := $(V_PATH) -showcc -gc boehm
|
||||||
|
|
||||||
|
|
||||||
all: vieter
|
all: vieter
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue