kernel/Makefile

6 lines
49 B
Makefile
Raw Normal View History

2017-11-01 04:53:54 +00:00
all:
make all -C src
2017-11-01 04:43:42 +00:00
clean:
2017-11-01 04:53:54 +00:00
make clean -C src