From 6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 17 May 2015 19:08:10 -0400 Subject: random stuff --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69d2366..88a86bb 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -CC = cc +CC = clang SRC := $(wildcard src/*.c) OBJ := $(SRC:.c=.o) -CFLAGS = -Isrc/ -O3 -g -Wall -std=c99 +CFLAGS = -Isrc/ -O3 -g -Wall -Wextra HEADERS := $(wildcard src/*.h) -- cgit v1.1