make bin dir if not existing
FossilOrigin-Name: c360a1356191d0eef1ff36fe4d965473c2589a254262b41b56968cdefac06582
This commit is contained in:
parent
949b51acd5
commit
ca5c63096f
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -7,7 +7,10 @@ LIBCURSES ?= -lcurses
|
|||
|
||||
all: build
|
||||
|
||||
build: bin/retro-embedimage bin/retro-extend bin/retro-injectimage-js bin/retro-muri bin/RETRO12.html bin/retro-ri bin/retro bin/retro-repl bin/retro-unu
|
||||
build: dirs bin/retro-embedimage bin/retro-extend bin/retro-injectimage-js bin/retro-muri bin/RETRO12.html bin/retro-ri bin/retro bin/retro-repl bin/retro-unu
|
||||
|
||||
dirs:
|
||||
mkdir -p bin
|
||||
|
||||
clean:
|
||||
rm -f bin/retro-embedimage
|
||||
|
|
Loading…
Reference in a new issue