From e3cc5f6c89ba9f37bf2c1edf588d0f75c1d63c57 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 14 Nov 2014 11:08:04 +0100 Subject: rename dirs --- boot/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 boot/Makefile (limited to 'boot/Makefile') diff --git a/boot/Makefile b/boot/Makefile deleted file mode 100644 index 17dc454..0000000 --- a/boot/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -#master boot record - -include ../Makefile.common - -STAGE2=stage2.bin - -ASM_SOURCES=$(wildcard *.asm) - -$(STAGE2): $(ASM_SOURCES) - -clean: - -rm $(STAGE2) - - - - -- cgit v1.2.3