summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKent Overstreet <koverstreet@google.com>2012-11-28 13:03:46 -0800
committerKent Overstreet <koverstreet@google.com>2012-11-28 13:03:46 -0800
commitc4fc57abb07fd3b079a642b084c6fd13a25e5196 (patch)
treef5a57b6b6770a021427d89c9ecafa5f6aea7f3f3 /Makefile
parent46db5e30fbb19c3f54df3d648abc68a5d0f0bda5 (diff)
Various improvementsHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00fd0ba..997b886 100644
--- a/Makefile
+++ b/Makefile
@@ -1 +1,7 @@
-CFLAGS=-Wall -g -O2
+CFLAGS := -Wall -Werror -D_FILE_OFFSET_BITS=64 -g -O2
+
+all: bitmap
+
+.PHONY: clean
+clean:
+ @rm -f bitmap bitmap.o