Add simulation tool running on x86 host for web-pages of an RTL8372 switch

This commit is contained in:
logicog
2025-08-20 10:16:00 +02:00
parent 1caadbe631
commit 12b53c22f1
3 changed files with 270 additions and 1 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
CC = gcc
all: injector fileadder
all: injector fileadder httpd_sim
clean:
rm *.o
@@ -10,3 +10,6 @@ injector: injector.c
fileadder: fileadder.c
gcc $^ -o $@
httpd_sim: httpd_sim.c httpd_sim.h
gcc $< -o $@ -I/usr/include/json-c -ljson-c