From 101efcda1e77945a2e96dc8be43739045b6c7b65 Mon Sep 17 00:00:00 2001 From: yrriban Date: Wed, 23 Apr 2025 18:38:06 -0400 Subject: [PATCH] Formally switch from shell dcc to python dcc. The future is now, old man! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d128791..145995e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ install: - cp dcc.sh /home/tynan/.local/bin/dcc + cp venv/bin/dcc /home/tynan/.local/bin/dcc