X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=Makefile;h=81a90fca921f44b7bec35ab05918b69f7bdf8848;hp=fe73898372fdf70d648c4e7cf36a29c68b8b958c;hb=629ef42e89f2cb3ae78c5b9b849f752928c2b861;hpb=58f338bf3afc695a177477e92c3d597860cf0294 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