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