diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
