First initial tests

This commit is contained in:
2026-01-01 17:31:10 +01:00
commit 1234688921
3 changed files with 111 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
ngx-http-pow: ngx-http-pow.c
cc -o ngx-http-pow \
-I../nginx/src/core \
-I../nginx/objs \
-I../nginx/src/os/unix \
-I/opt/homebrew/Cellar/pcre2/10.47/include \
-I/opt/homebrew/Cellar/openssl@3/3.6.0/include \
-L../nginx/objs/src/core \
-L/opt/homebrew/Cellar/pcre2/10.47/lib \
-L/opt/homebrew/Cellar/openssl@3/3.6.0/lib \
-lssl \
-lcrypto \
ngx-http-pow.c
.PHONY: run
run: ngx-http-pow
./ngx-http-pow