--- Makefile.orig	Mon Aug 27 15:18:11 2007
+++ Makefile	Mon Aug 27 15:18:14 2007
@@ -2,7 +2,7 @@
 BUILD	= jethro kraut cockney jive nyc ken ky00te newspeak nethackify
 OTHER	= eleet b1ff chef jibberish upside-down rasterman studly fudd \
 	  censor spammer uniencode pirate kenny scottish
-CFLAGS	= -O2 -lfl
+LDFLAGS+=	-lfl
 INSTALL_PROGRAM = install
 
 # DEB_BUILD_OPTIONS suport, to control binary stripping.
@@ -41,7 +41,7 @@
 .l:
 	$(RM) $*.c
 	$(LEX) -t $< > $*.c
-	$(CC) -o $@ $*.c $(CFLAGS)
+	$(CC) -o $@ $*.c $(CFLAGS) $(LDFLAGS)
 	$(RM) $*.c
 
 .SUFFIXES: .dir
