diff --git a/example-os/Makefile b/example-os/Makefile index fcc6cd7..a86d869 100644 --- a/example-os/Makefile +++ b/example-os/Makefile @@ -2,10 +2,10 @@ os_filename = os.bat tests = test/qemu-system-i386 test/qemu-system-arm test/virtualbox test/bochs .PHONY: all -all: $(os_filename) os.ndisasm.disasm os.reasm.asm os.reasm .gitignore Makefile +all: $(os_filename) os.ndisasm.disasm os.reasm.asm os.reasm .gitignore test Makefile ../deploy-screenshots: Makefile - mkdir $@ + mkdir -p $@ $(os_filename): os.asm ../deploy-screenshots Makefile nasm -o $@ $<