diff --git a/example-os/Makefile b/example-os/Makefile index 7a96c84..475da69 100644 --- a/example-os/Makefile +++ b/example-os/Makefile @@ -1,10 +1,10 @@ .PHONY: all -all: os.sh deploy-screenshots +all: os.sh ../deploy-screenshots: mkdir $@ -os.sh: os.asm Makefile +os.sh: os.asm ../deploy-screenshots Makefile nasm -o $@ $< chmod a+x $@