Added missing dep

This commit is contained in:
Willem Cazander 2020-05-01 04:10:00 +02:00
parent b3100175a8
commit 3b27446baa
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ bin/dist/$(BUILD_NAME)/omsxctl.tcl: bin/dist/$(BUILD_NAME)
bin/dist/$(BUILD_NAME)/omsxctl.asm: bin/dist/$(BUILD_NAME)
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 "\r" >> $@
echo "Pass the tcl script to openMSX on the command line:\r" >> $@