]> iEval git - filters.git/blobdiff - Makefile
* Deal with the new flex 2.5.31 as follows:
[filters.git] / Makefile
index d4b7344b0f3ef9da29ee4543c8cf6cf3735a2aff..1244d28152ae62156ec9a893a932f47da422487d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 LEX    = flex
 BUILD  = jethro kraut cockney jive nyc ken ky00te newspeak
-OTHER  = eleet b1ff chef jibberish upside-down rasterman studly fudd
+OTHER  = eleet b1ff chef jibberish upside-down rasterman studly fudd censor spammer
 CFLAGS = -O2
 INSTALL_PROGRAM = install
 
@@ -32,6 +32,7 @@ samples:      $(BUILD) $(OTHER)
 clean:
        $(RM) -f core *.o *~ $(BUILD) *.c SAMPLES
        cd ky00te.dir && make clean
+       rm -f kraut.dir/lex.yy.c
 
 .SUFFIXES: .l
 
This page took 0.014975 seconds and 4 git commands to generate.