1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-25 09:21:38 +01:00
Files
fff/examples/Makefile

8 lines
129 B
Makefile

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