From 498d8cf9b2ab7a13602a9030f4d930451358eb59 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 5 Mar 2016 18:40:58 +1300 Subject: Switching to clang --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3