From e3cc5f6c89ba9f37bf2c1edf588d0f75c1d63c57 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 14 Nov 2014 11:08:04 +0100 Subject: rename dirs --- boot1/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 boot1/Makefile (limited to 'boot1/Makefile') 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) + + + + -- cgit v1.2.3