Remove bicycle api

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2025-10-02 13:45:39 +02:00
parent f71c15b4d2
commit ba04121e59
6 changed files with 5 additions and 38 deletions

View File

@@ -55,7 +55,7 @@ install: all
# Web ui
install -d $(WEB_DIR)
cp -r webui/build/* $(WEB_DIR)
cp -r build/webui/* $(WEB_DIR)
.PHONY: uninstall
uninstall: