aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e373493..b6105a2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CC = gcc
-CFLAGS = -Wall -Wpedantic -ansi -pedantic-errors
+CC = clang
+CFLAGS = -std=c90 -Weverything
cat : main.o cfn.o cfp.o
$(CC) $(CFLAGS) -o cat main.o cfn.o cfp.o