Add simple static webserver
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3dffd0f0d2
commit
23cb4a558b
12 changed files with 271 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@
|
|||
all: firmware case pcb
|
||||
|
||||
firmware:
|
||||
+@make -C firmware all
|
||||
+@make -C firmware html all
|
||||
|
||||
clean:
|
||||
+@make -C firmware clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue