From 125e25428b5faa36e1ac96f091079282b4851b3e Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sun, 2 Nov 2025 02:16:10 +0200 Subject: create src folder, move library codes there --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad60240..ad9c063 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc CFLAGS = -std=c99 -Wall -Wpedantic -SRC = main.c brailleboi.c brailleboi.h +SRC = main.c src/brailleboi.c src/brailleboi.h TARGET = main -- cgit v1.2.3