summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2014-02-25 00:29:48 +0100
committerDirk Engling <erdgeist@erdgeist.org>2014-02-25 00:29:48 +0100
commitffbf9e8402aad3dff81546937798fe9f9a26289a (patch)
tree8bc814e96fddd1849b69b79d2b1d113d59cef48f /Makefile
parent2d13af33551b28c97dcf00a3582e186fd6b0f1ca (diff)
Some disabled extar warnings to use with clang/llvm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3de24f3..f319b52 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1OBJECTS=extract_version_1 extract_version_2 extract_version_3 split_version_2 map_coords convert_coords 1OBJECTS=extract_version_1 extract_version_2 extract_version_3 split_version_2 map_coords convert_coords
2BINARIES=$(addprefix bin/,$(OBJECTS)) 2BINARIES=$(addprefix bin/,$(OBJECTS))
3CFLAGS+=-W -Wall -Wextra -O3 3CFLAGS+=-W -Wall -Wextra -O3 # -Weverything -Wno-cast-align -Wno-padded
4LDFLAGS+=-lz -lm 4LDFLAGS+=-lz -lm
5VPATH=src/export 5VPATH=src/export
6 6