implement async handlers for pulsing pw_sw

This commit is contained in:
2024-02-13 21:05:01 -08:00
parent c0e774c08c
commit 426c04116f
10 changed files with 176 additions and 147 deletions

View File

@@ -1,16 +1,13 @@
#TOPTARGETS := all clean
.PHONY: all clean build makefsdata
SUBDIRS := build
all: clean makefsdata build
all: makefsdata $(SUBDIRS)
clean:
$(MAKE) -C build/ clean
rm -rf wwwdata.c
makefsdata:
python3 makefsdata.py
clean: $(SUBDIRS)
rm -rf htmldata.c
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: all makefsdata clean $(SUBDIRS)
build:
$(MAKE) -C build/