Add simple static webserver
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2021-07-19 01:25:27 +02:00
parent 3dffd0f0d2
commit 23cb4a558b
12 changed files with 271 additions and 4 deletions

View file

@ -4,7 +4,7 @@
all: firmware case pcb
firmware:
+@make -C firmware all
+@make -C firmware html all
clean:
+@make -C firmware clean