diff options
Diffstat (limited to 'boot1/Makefile')
| -rw-r--r-- | boot1/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/boot1/Makefile b/boot1/Makefile new file mode 100644 index 0000000..e930498 --- /dev/null +++ b/boot1/Makefile @@ -0,0 +1,16 @@ +#master boot record + +include ../Makefile.common + +MBR=mbr.bin + +ASM_SOURCES=$(wildcard *.asm) + +$(MBR): $(ASM_SOURCES) + +clean: + -rm $(MBR) + + + + |
