chore: use libvieter dev branch instead

This commit is contained in:
Jef Roosens 2023-01-28 13:00:37 +01:00
parent ba89110eab
commit 6ca53ce534
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ all: vieter
# =====COMPILATION=====
.PHONY: libvieter
libvieter:
CFLAGS='-O3' make -C '$(SRC_DIR)/libvieter'
make -C '$(SRC_DIR)/libvieter' CFLAGS='-O3'
# Regular binary
vieter: $(SOURCES) libvieter