Files
kernels/Makefile
2020-06-06 01:52:44 -04:00

6 lines
76 B
Makefile

all:
$(MAKE) -C hw
$(MAKE) -C driver
$(MAKE) -C runtime
$(MAKE) -C simX