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