5 lines
83 B
Makefile
5 lines
83 B
Makefile
all:
|
|
$(MAKE) -C hw
|
|
$(MAKE) -C driver
|
|
$(MAKE) -C runtime
|
|
$(MAKE) -C simX
|