aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2022-11-30 22:08:35 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2022-11-30 22:08:35 +0100
commitea0170aae260e38848542234921aa62a24bf0516 (patch)
tree235ac3a55cf7f9ebdd20741cdad7c6d2db06554c /Makefile
parentae4e3d46ef5887fcafe0ec0d41aec5cb147bcf24 (diff)
downloadutils-ea0170aae260e38848542234921aa62a24bf0516.tar.gz
utils-ea0170aae260e38848542234921aa62a24bf0516.zip
Edit Makefile
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