Description: changes from 'CFLAGS =' to 'CFLAGS +=' in Makefile,
             to avoid the dpkg-buildflags-missing warning.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2014-02-20
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS= -Wall -Wextra -O3 -g
+CFLAGS += -Wall -Wextra -O3 -g
 
 all: pdfcrack
 
