summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMr. Sam <samuel@yakubos.org>2026-07-15 06:41:46 +0100
committerMr. Sam <samuel@yakubos.org>2026-07-15 06:41:46 +0100
commitcbb74a8c010ef59c5bf3f043e3d25b3d260dd84f (patch)
tree1af775664b69efde487d9815cc27139556006b3b /Makefile
parentb09eed563a4b960049313b88fea00261f276b8ca (diff)
Go back to main.cHEADmain
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a578ad1..cfe7ae6 100755
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@ PREFIX = /usr/local
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os
-CC = gcc
+CC = clang
-SRC = stats.c
+SRC = main.c
all:
${CC} ${CFLAGS} ${SRC} -o stats