diff options
author | 2022-11-30 22:08:35 +0100 | |
---|---|---|
committer | 2022-11-30 22:08:35 +0100 | |
commit | ea0170aae260e38848542234921aa62a24bf0516 (patch) | |
tree | 235ac3a55cf7f9ebdd20741cdad7c6d2db06554c /Makefile | |
parent | ae4e3d46ef5887fcafe0ec0d41aec5cb147bcf24 (diff) | |
download | utils-ea0170aae260e38848542234921aa62a24bf0516.tar.gz utils-ea0170aae260e38848542234921aa62a24bf0516.zip |
Edit Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ # CC = clang -SRC != find * -name '*.c' +SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} WARNINGS = -Wall -Werror |