mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
build: fix a mising directory requirement
This commit is contained in:
parent
3598f7c387
commit
b29eea1df0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ all-fxos: bin/fxos
|
|||
|
||||
# Explicit targets
|
||||
|
||||
bin/fxsdk.sh: fxsdk/fxsdk.sh
|
||||
bin/fxsdk.sh: fxsdk/fxsdk.sh | bin/
|
||||
sed -e $(sed) $< > $@
|
||||
bin/fxg1a: $(obj-fxg1a) | bin/
|
||||
gcc $^ -o $@ $(lflags)
|
||||
|
|
Loading…
Reference in a new issue