X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile;h=a7d15ff975464d6dcc58a05cd6bccf460bb634e1;hb=97882278abb00d3d2ea33b2ead5c984b876e3cb8;hp=a8aa65a8b0eb5d8abcb410bb9ca3384dce1d0dcd;hpb=b319174e635b3d676f43cb884c981b768fe4b4e4;p=filters.git diff --git a/Makefile b/Makefile index a8aa65a..a7d15ff 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ LEX = flex -BUILD = jethro kraut cockney jive nyc ken ky00te newspeak -OTHER = eleet b1ff chef jibberish upside-down rasterman studly fudd censor spammer uniencode +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 fanboy CFLAGS = -O2 -lfl +export CFLAGS INSTALL_PROGRAM = install # DEB_BUILD_OPTIONS suport, to control binary stripping. @@ -33,6 +35,7 @@ clean: $(RM) -f core *.o *~ $(BUILD) *.c SAMPLES cd ky00te.dir && make clean rm -f kraut.dir/lex.yy.c + cd nethackify.dir && make clean .SUFFIXES: .l @@ -52,4 +55,7 @@ ky00te: kraut: cd kraut.dir && lex kraut.l - cd kraut.dir && cc kraut.c lex.yy.c -o ../kraut + cd kraut.dir && $(CC) kraut.c lex.yy.c -o ../kraut + +nethackify: + cd nethackify.dir && make