Files
kernels/Makefile
2020-06-03 06:22:49 -04:00

5 lines
83 B
Makefile

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