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 .PHONY: all
all: os.sh deploy-screenshots all: os.sh
../deploy-screenshots: ../deploy-screenshots:
mkdir $@ mkdir $@
os.sh: os.asm Makefile os.sh: os.asm ../deploy-screenshots Makefile
nasm -o $@ $< nasm -o $@ $<
chmod a+x $@ chmod a+x $@