aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42da0c1..05e6e6d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# along with libutils. If not, see <https://www.gnu.org/licenses/>.
#
-CC = clang
+CC = cc
SRC != find src -name '*.c'
OBJ = ${SRC:.c=.o}