forked from vieter-v/vieter
chore: use libvieter dev branch instead
parent
ba89110eab
commit
6ca53ce534
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ all: vieter
|
||||||
# =====COMPILATION=====
|
# =====COMPILATION=====
|
||||||
.PHONY: libvieter
|
.PHONY: libvieter
|
||||||
libvieter:
|
libvieter:
|
||||||
CFLAGS='-O3' make -C '$(SRC_DIR)/libvieter'
|
make -C '$(SRC_DIR)/libvieter' CFLAGS='-O3'
|
||||||
|
|
||||||
# Regular binary
|
# Regular binary
|
||||||
vieter: $(SOURCES) libvieter
|
vieter: $(SOURCES) libvieter
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 11709cc611c02a4e9140409a0e81d639522c06f1
|
Subproject commit 379a05a7b6b604c107360e0a679fb3ea5400e02c
|
Loading…
Reference in New Issue