diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |