mirror of
https://github.com/meekrosoft/fff
synced 2026-01-27 02:11:37 +01:00
8 lines
129 B
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
|