mirror of
https://github.com/vacp2p/nim-nghttp3.git
synced 2026-01-09 20:38:01 -05:00
8 lines
195 B
Makefile
8 lines
195 B
Makefile
.PHONY: build-source
|
|
build-source:
|
|
./build.sh
|
|
|
|
.PHONY: build-source-and-test
|
|
build-source-and-test:
|
|
./build.sh
|
|
nim c -d:debug --styleCheck:usages --styleCheck:error -r tests/test_nghttp3.nim
|