fanboy: Improve docs and remove from SAMPLES. Closes: #496588
[filters.git] / Makefile
index fe73898372fdf70d648c4e7cf36a29c68b8b958c..81a90fca921f44b7bec35ab05918b69f7bdf8848 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install:      $(BUILD) $(OTHER)
 
 samples:       $(BUILD) $(OTHER)
        -rm -f SAMPLES
-       PATH=.:$$PATH; export PATH; echo $(BUILD) $(OTHER) |xargs -n 1 sh makesample.sh
+       PATH=.:$$PATH; export PATH; echo $(BUILD) $(OTHER) |grep -v fanboy |xargs -n 1 sh makesample.sh
 
 clean:
        $(RM) -f core *.o *~ $(BUILD) *.c SAMPLES
This page took 0.009284 seconds and 4 git commands to generate.