]> iEval git - filters.git/blobdiff - Makefile
* Fixed jibberish makesamples run to not use installed versions of the
[filters.git] / Makefile
index 1649d4bd8c88223ba8d961338f96c58ccb155d0a..1d8cbc5c0f57a4c4c775afae1f2fc63810e1001a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 LEX     = flex
 
-ALL     = jethro kraut cockney jive nyc
+ALL     = jethro kraut cockney jive nyc ken ky00te
 OTHER   = eleet b1ff chef jibberish upside-down rasterman
 
 all:   $(OTHER) $(ALL)
@@ -17,10 +17,11 @@ install:    $(ALL) $(OTHER)
 
 samples:       $(ALL) $(OTHER)
        -rm -f SAMPLES
-       PATH=. echo $(ALL) $(OTHER) |xargs -n 1 sh makesample.sh
+       PATH=.:$$PATH; export PATH; echo $(ALL) $(OTHER) |xargs -n 1 sh makesample.sh
 
 clean:
        $(RM) -f core *.o *~ $(ALL) *.c SAMPLES
+       cd ky00te.dir && make clean
 
 .SUFFIXES: .l
 
@@ -36,6 +37,9 @@ clean:
 .dir:  
        cd $<; make
 
+ky00te:
+       cd ky00te.dir && make
+
 kraut:
        cd kraut.dir && lex kraut.l
        cd kraut.dir && cc kraut.c lex.yy.c -o ../kraut
This page took 0.017565 seconds and 4 git commands to generate.