X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=Makefile;h=a7d15ff975464d6dcc58a05cd6bccf460bb634e1;hp=183d7c737730d81b5e428ce355a77f304b176371;hb=97882278abb00d3d2ea33b2ead5c984b876e3cb8;hpb=86b94042616b44d57849a4df1e9b7f92419e1c44 diff --git a/Makefile b/Makefile index 183d7c7..a7d15ff 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,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 fanboy CFLAGS = -O2 -lfl +export CFLAGS INSTALL_PROGRAM = install # DEB_BUILD_OPTIONS suport, to control binary stripping. @@ -54,7 +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