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 --- boot1/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 boot1/Makefile (limited to 'boot1/Makefile') 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) - -- cgit v1.2.3