Trying to figure out best directory structure...
This commit is contained in:
parent
8b750aabe9
commit
414f35a1ce
3 changed files with 7 additions and 7 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
default: kernel.com
|
||||
|
||||
kernel.com: kernel/*.asm
|
||||
nasm -s -o kernel.com -I kernel kernel/main.asm
|
||||
|
||||
clean:
|
||||
rm -f *.com
|
Loading…
Add table
Add a link
Reference in a new issue