From 23a0463522af4155763e252d16114652d894da0d Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Tue, 25 Feb 2025 01:43:35 +0000 Subject: [PATCH] Fixup: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e47a39e..f417b51 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ install: $(TARGET)/tk $(CCACHE)/tk $(TARGET)/tk: @echo "Installing..." mkdir -p $(TARGET)/tk - cp -f tk $(TARGET) + cp -fr tk $(TARGET) @echo "Install complete." $(CCACHE)/tk: $(OBJ)