diff options
author | Kent Overstreet <koverstreet@google.com> | 2012-11-28 13:03:46 -0800 |
---|---|---|
committer | Kent Overstreet <koverstreet@google.com> | 2012-11-28 13:03:46 -0800 |
commit | c4fc57abb07fd3b079a642b084c6fd13a25e5196 (patch) | |
tree | f5a57b6b6770a021427d89c9ecafa5f6aea7f3f3 /Makefile | |
parent | 46db5e30fbb19c3f54df3d648abc68a5d0f0bda5 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |