From 9bffcafa9ae0c38103a8c64b3482bb099e792869 Mon Sep 17 00:00:00 2001 From: verdant Date: Tue, 28 Jul 2026 18:30:16 +0800 Subject: Move source files to src/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ef292e..9708e42 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CFLAGS=-Wall -Wextra -Wpedantic -Wstrict-prototypes -Wmissing-prototypes -g LDFLAGS=-lncurses -lmagic TARGET=sf -SRCS=$(wildcard *.c) +SRCS=$(wildcard src/*.c) OBJS=$(SRCS:.c=.o) TEST_SRC=test/fm_draw_entries.c -- cgit v1.2.3