Modules/Generic/Makefile
2023-05-20 04:46:51 +03:00

6 lines
73 B
Makefile

build:
make -C ExampleDriver build
clean:
make -C ExampleDriver clean