From dc7bf2f47d6f97407e3b50ae0b8ab59fd51079e5 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 14 May 2015 10:44:00 +0200 Subject: moving unused files folder --- xxx/boot1/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 xxx/boot1/Makefile (limited to 'xxx/boot1/Makefile') 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) + -- cgit v1.2.3