Fix typo in Makefile
This commit is contained in:
parent
9ea39f06d5
commit
3ccd25efc0
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user