diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-14 10:44:00 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-14 10:44:00 +0200 |
| commit | dc7bf2f47d6f97407e3b50ae0b8ab59fd51079e5 (patch) | |
| tree | 1ed444c804d9ff55e23a7a007275c3d5c649a455 /boot1/Makefile | |
| parent | 7df4060ae807dd27f3ae0a11f243897f36053ba1 (diff) | |
moving unused files folder
Diffstat (limited to 'boot1/Makefile')
| -rw-r--r-- | boot1/Makefile | 13 |
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) - |
