aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-05-17 19:08:10 -0400
committerFranklin Wei <git@fwei.tk>2015-05-17 19:08:10 -0400
commit6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d (patch)
tree48613c085df3b2b88bcbe37e765a7ffb880dde4a /Makefile
parentb7efc1fa7c783729fcdfa5cd6fc0df1166b04556 (diff)
downloadmarket-sim-6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d.zip
market-sim-6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d.tar.gz
market-sim-6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d.tar.bz2
market-sim-6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d.tar.xz
random stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)