summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2014-02-24 16:42:42 +0100
committerDirk Engling <erdgeist@erdgeist.org>2014-02-24 16:42:42 +0100
commit6b7cd628f6681c75f1149a76534adea5e9363396 (patch)
treeeb24ede28576f102eb37337a779b3e82787b818a /Makefile
parenteb61e2b3947beb939bb0e3aa88bb7dcef8390967 (diff)
increase warning level
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 65d7bc7..3de24f3 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+=-Wextra -O3 3CFLAGS+=-W -Wall -Wextra -O3
4LDFLAGS+=-lz -lm 4LDFLAGS+=-lz -lm
5VPATH=src/export 5VPATH=src/export
6 6