Switched to official compiler instead of fork
Some checks failed
ci/woodpecker/push/lint unknown status
ci/woodpecker/push/test unknown status
ci/woodpecker/push/arch Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Jef Roosens 2022-04-15 10:59:05 +02:00
parent 9a56bd03a7
commit 20112b8693
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 20 additions and 15 deletions

View file

@ -2,7 +2,7 @@
SRC_DIR := src
SOURCES != find '$(SRC_DIR)' -iname '*.v'
V_PATH ?= v/v
V_PATH ?= v
V := $(V_PATH) -showcc -gc boehm
all: vieter
@ -68,8 +68,8 @@ test:
.PHONY: v
v: v/v
v/v:
git clone --single-branch --branch patches https://git.rustybever.be/Chewing_Bever/vieter-v v
git clone --single-branch https://git.rustybever.be/Chewing_Bever/v v
make -C v
clean:
rm -rf 'data' 'vieter' 'dvieter' 'pvieter' 'vieter.c' 'dvieterctl' 'vieterctl' 'pkg' 'src/vieter'
rm -rf 'data' 'vieter' 'dvieter' 'pvieter' 'vieter.c' 'dvieterctl' 'vieterctl' 'pkg' 'src/vieter' *.pkg.tar.zst