From 64f2e8e70e2fcfcaf311928578d2ee9894996f39 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 3 Aug 2025 01:57:32 -0400 Subject: build: lib: Remove seperator line in libgfx build Signed-off-by: Ian Moffett --- lib/libgfx/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libgfx/Makefile b/lib/libgfx/Makefile index 1f866ac..12fdd9a 100644 --- a/lib/libgfx/Makefile +++ b/lib/libgfx/Makefile @@ -4,7 +4,6 @@ CFILES = $(shell find src/ -name "*.c") OBJ = $(CFILES:.c=.o) all: headers $(OBJ) build/libgfx.a - echo "----------------------------------------" echo $(USRDIR) mv build/libgfx.a $(USRDIR)/lib/ cp -r include/ $(USRDIR)/include/ -- cgit v1.2.3