X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile;h=a7d15ff975464d6dcc58a05cd6bccf460bb634e1;hb=97882278abb00d3d2ea33b2ead5c984b876e3cb8;hp=56e64aa9d186b4375c810ef57507c44d8d94b0c7;hpb=32a7bed8e522a64adae39154ed60380c3af8d1f6;p=filters.git diff --git a/Makefile b/Makefile index 56e64aa..a7d15ff 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ LEX = flex BUILD = jethro kraut cockney jive nyc ken ky00te newspeak nethackify OTHER = eleet b1ff chef jibberish upside-down rasterman studly fudd \ - censor spammer uniencode pirate + 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