1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
kernel/Makefile

9 lines
96 B
Makefile
Raw Normal View History

2017-11-01 01:03:52 -04:00
run: all
qemu-system-i386 -kernel src/kernel
2017-11-01 00:53:54 -04:00
all:
make all -C src
2017-11-01 00:43:42 -04:00
clean:
2017-11-01 00:53:54 -04:00
make clean -C src