Small bugfix in the makefile (mkdir -p), execute test when make all is invoked
This commit is contained in:
parent
fc464c71c0
commit
12e1e675e1
|
@ -2,10 +2,10 @@ os_filename = os.bat
|
||||||
tests = test/qemu-system-i386 test/qemu-system-arm test/virtualbox test/bochs
|
tests = test/qemu-system-i386 test/qemu-system-arm test/virtualbox test/bochs
|
||||||
|
|
||||||
.PHONY: all
|
.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
|
../deploy-screenshots: Makefile
|
||||||
mkdir $@
|
mkdir -p $@
|
||||||
|
|
||||||
$(os_filename): os.asm ../deploy-screenshots Makefile
|
$(os_filename): os.asm ../deploy-screenshots Makefile
|
||||||
nasm -o $@ $<
|
nasm -o $@ $<
|
||||||
|
|
Loading…
Reference in New Issue
Block a user