diff --git a/Makefile b/Makefile index d6e6a84..082f8d8 100644 --- a/Makefile +++ b/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) 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" >> $@