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