Merge pull request #1074 from andre-richter/master
Fix missing build directory
This commit is contained in:
commit
41d5e242d9
|
@ -1,4 +1,5 @@
|
|||
build/bootloader: bootloader/$(ARCH)/**
|
||||
mkdir -p build
|
||||
nasm -f bin -o $@ -D ARCH_$(ARCH) -ibootloader/$(ARCH)/ bootloader/$(ARCH)/disk.asm
|
||||
|
||||
build/harddrive.bin: build/filesystem.bin bootloader/$(ARCH)/**
|
||||
|
|
Loading…
Reference in a new issue