aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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