aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/dir.c (renamed from dir.c)0
-rw-r--r--src/dir.h (renamed from dir.h)0
-rw-r--r--src/display.c (renamed from display.c)0
-rw-r--r--src/display.h (renamed from display.h)0
-rw-r--r--src/err.c (renamed from err.c)0
-rw-r--r--src/err.h (renamed from err.h)0
-rw-r--r--src/fm.c (renamed from fm.c)0
-rw-r--r--src/fm.h (renamed from fm.h)0
-rw-r--r--src/keys.c (renamed from keys.c)0
-rw-r--r--src/keys.h (renamed from keys.h)0
-rw-r--r--src/log.c (renamed from log.c)0
-rw-r--r--src/log.h (renamed from log.h)0
-rw-r--r--src/main.c (renamed from main.c)0
-rw-r--r--src/mem.c (renamed from mem.c)0
-rw-r--r--src/mem.h (renamed from mem.h)0
-rw-r--r--src/version.c (renamed from version.c)0
-rw-r--r--src/version.h (renamed from version.h)0
-rw-r--r--src/wm.c (renamed from wm.c)0
-rw-r--r--src/wm.h (renamed from wm.h)0
20 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
diff --git a/dir.c b/src/dir.c
index d79d804..d79d804 100644
--- a/dir.c
+++ b/src/dir.c
diff --git a/dir.h b/src/dir.h
index 7c576b4..7c576b4 100644
--- a/dir.h
+++ b/src/dir.h
diff --git a/display.c b/src/display.c
index e7dd031..e7dd031 100644
--- a/display.c
+++ b/src/display.c
diff --git a/display.h b/src/display.h
index ac405e7..ac405e7 100644
--- a/display.h
+++ b/src/display.h
diff --git a/err.c b/src/err.c
index 2a5859f..2a5859f 100644
--- a/err.c
+++ b/src/err.c
diff --git a/err.h b/src/err.h
index 6bb4697..6bb4697 100644
--- a/err.h
+++ b/src/err.h
diff --git a/fm.c b/src/fm.c
index 92526c3..92526c3 100644
--- a/fm.c
+++ b/src/fm.c
diff --git a/fm.h b/src/fm.h
index 493d1f9..493d1f9 100644
--- a/fm.h
+++ b/src/fm.h
diff --git a/keys.c b/src/keys.c
index 8fa11c6..8fa11c6 100644
--- a/keys.c
+++ b/src/keys.c
diff --git a/keys.h b/src/keys.h
index 4ca2502..4ca2502 100644
--- a/keys.h
+++ b/src/keys.h
diff --git a/log.c b/src/log.c
index 436307b..436307b 100644
--- a/log.c
+++ b/src/log.c
diff --git a/log.h b/src/log.h
index 0b5a6ab..0b5a6ab 100644
--- a/log.h
+++ b/src/log.h
diff --git a/main.c b/src/main.c
index ba19c05..ba19c05 100644
--- a/main.c
+++ b/src/main.c
diff --git a/mem.c b/src/mem.c
index c3d5db3..c3d5db3 100644
--- a/mem.c
+++ b/src/mem.c
diff --git a/mem.h b/src/mem.h
index bcc112f..bcc112f 100644
--- a/mem.h
+++ b/src/mem.h
diff --git a/version.c b/src/version.c
index 01feb76..01feb76 100644
--- a/version.c
+++ b/src/version.c
diff --git a/version.h b/src/version.h
index 23d5a09..23d5a09 100644
--- a/version.h
+++ b/src/version.h
diff --git a/wm.c b/src/wm.c
index f25c6ba..f25c6ba 100644
--- a/wm.c
+++ b/src/wm.c
diff --git a/wm.h b/src/wm.h
index 713f2cb..713f2cb 100644
--- a/wm.h
+++ b/src/wm.h