Fix typo in Makefile

This commit is contained in:
Georges Dupéron 2018-06-30 18:07:25 +02:00
parent 9ea39f06d5
commit 3ccd25efc0

View File

@ -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 $@