forked from vieter-v/vieter
chore: use libvieter dev branch instead
This commit is contained in:
parent
ba89110eab
commit
6ca53ce534
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue