Add runner

This commit is contained in:
Braiden Vasco 2017-11-01 05:03:52 +00:00
parent 85fc2df62b
commit 2951b8739e
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
run: all
qemu-system-i386 -kernel src/kernel
all:
make all -C src