mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
5 lines
57 B
Makefile
5 lines
57 B
Makefile
all:
|
|
make -C example_1
|
|
|
|
clean:
|
|
make -C example_1 clean
|