Files
3rd-party-lib-fff/examples/Makefile

6 lines
69 B
Makefile

all:
cd embedded_ui; make all
clean:
cd embedded_ui; make clean