summaryrefslogtreecommitdiff
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 b92c68f..9d9e40f 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ SOURCES+=$(wildcard ./fs/*.c)
SOURCES+=$(wildcard ./driver/*.c)
SOURCES+=$(wildcard ./terminal/*.c)
SOURCES+=$(wildcard ./lib/*/*.c)
-SOURCES+=$(wildcard ./test/*.c)
+SOURCES+=$(wildcard ./testing/*.c)
#derive kernel object files
OBJECTS=$(patsubst %.c, %.o, $(SOURCES))