From 3b27446baaa3e2f84f7ec4e6167197dc0b3a2a9a Mon Sep 17 00:00:00 2001 From: Willem Date: Fri, 1 May 2020 04:10:00 +0200 Subject: [PATCH] Added missing dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" >> $@