X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile;h=81a90fca921f44b7bec35ab05918b69f7bdf8848;hb=9a251f025acb9f5b7df2753fd5c3828e947d5e59;hp=fe73898372fdf70d648c4e7cf36a29c68b8b958c;hpb=9640714e44fe95fcd757b73eb6e8ef6eb93221b0;p=filters.git diff --git a/Makefile b/Makefile index fe73898..81a90fc 100644 --- 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