From b078275193aebb105425464a895843c98f87b200 Mon Sep 17 00:00:00 2001 From: cospplredman Date: Sun, 21 Apr 2024 18:50:58 -0500 Subject: [PATCH] updated makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 983cbfe..98f764e 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ BINS += mv BINS += chmod BINS += sh BINS += sleep +BINS += cksum BINARIES := $(foreach b, $(BINS), src/$b/$b) BINS-COPY := $(foreach b, $(BINS), bin/$b)