aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-05 18:40:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-05 18:40:12 +1300
commit49b9399857620c31b47483b3ba5aa82590997185 (patch)
treecd2ee156e985dc217c710bc34492b75684c94cf6
parentCorrect prototype with void arg (diff)
downloadspsh-49b9399857620c31b47483b3ba5aa82590997185.tar.gz
spsh-49b9399857620c31b47483b3ba5aa82590997185.zip
Switching to clang
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 41fcf73..94346c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.PHONY: all clean install
-CC = gcc
+CC = clang
LDFLAGS = -lreadline
-CFLAGS = -pedantic-errors -std=c90 -Wall -Wextra -Winit-self -Wmissing-declarations -Wuninitialized
+CFLAGS = -std=c90 -Weverything
PREFIX := /usr/local
all : spsh