summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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