Added missing dep
This commit is contained in:
parent
b3100175a8
commit
3b27446baa
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ bin/dist/$(BUILD_NAME)/omsxctl.tcl: bin/dist/$(BUILD_NAME)
|
||||||
bin/dist/$(BUILD_NAME)/omsxctl.asm: bin/dist/$(BUILD_NAME)
|
bin/dist/$(BUILD_NAME)/omsxctl.asm: bin/dist/$(BUILD_NAME)
|
||||||
cp src/omsxctl.asm bin/dist/$(BUILD_NAME)/omsxctl.asm
|
cp src/omsxctl.asm bin/dist/$(BUILD_NAME)/omsxctl.asm
|
||||||
|
|
||||||
bin/dist/$(BUILD_NAME)/usage.txt:
|
bin/dist/$(BUILD_NAME)/usage.txt: bin/dist/$(BUILD_NAME)
|
||||||
echo "# Usage\r" > $@
|
echo "# Usage\r" > $@
|
||||||
echo "\r" >> $@
|
echo "\r" >> $@
|
||||||
echo "Pass the tcl script to openMSX on the command line:\r" >> $@
|
echo "Pass the tcl script to openMSX on the command line:\r" >> $@
|
||||||
|
|
Loading…
Reference in a new issue