X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile;h=56e64aa9d186b4375c810ef57507c44d8d94b0c7;hb=776ca579930f8f590e43e3e453eebb6cf388933f;hp=1244d28152ae62156ec9a893a932f47da422487d;hpb=1afef5f25ece258b0753f33697c7ac3251d8e16c;p=filters.git diff --git a/Makefile b/Makefile index 1244d28..56e64aa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ LEX = flex -BUILD = jethro kraut cockney jive nyc ken ky00te newspeak -OTHER = eleet b1ff chef jibberish upside-down rasterman studly fudd censor spammer -CFLAGS = -O2 +BUILD = jethro kraut cockney jive nyc ken ky00te newspeak nethackify +OTHER = eleet b1ff chef jibberish upside-down rasterman studly fudd \ + censor spammer uniencode pirate +CFLAGS = -O2 -lfl INSTALL_PROGRAM = install # DEB_BUILD_OPTIONS suport, to control binary stripping. @@ -33,13 +34,14 @@ 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 .l: $(RM) $*.c $(LEX) -t $< > $*.c - $(CC) -O -o $@ $*.c -lfl $(CFLAGS) + $(CC) -o $@ $*.c $(CFLAGS) $(RM) $*.c .SUFFIXES: .dir @@ -53,3 +55,6 @@ ky00te: kraut: cd kraut.dir && lex kraut.l cd kraut.dir && cc kraut.c lex.yy.c -o ../kraut + +nethackify: + cd nethackify.dir && make