forked from vieter-v/vieter
chore: update README [CI SKIP]
This commit is contained in:
parent
272f14b264
commit
9dfdfbf724
2 changed files with 2 additions and 9 deletions
7
Makefile
7
Makefile
|
|
@ -83,13 +83,6 @@ fmt:
|
|||
test:
|
||||
$(V) test $(SRC_DIR)
|
||||
|
||||
# Build & patch the V compiler
|
||||
.PHONY: v
|
||||
v: v/v
|
||||
v/v:
|
||||
git clone --single-branch https://git.rustybever.be/vieter-v/v v
|
||||
make -C v
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf 'data' 'vieter' 'dvieter' 'pvieter' 'vieter.c' 'pkg' 'src/vieter' *.pkg.tar.zst 'suvieter' 'afvieter' '$(SRC_DIR)/_docs' 'docs/public'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue