aboutsummaryrefslogtreecommitdiff
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 d7b47c3..284da9b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
#
CC = clang
-SRC != find * -name '*.c'
+SRC != find src -name '*.c'
OBJ = ${SRC:.c=.o}
WARNINGS = -Wall -Werror