X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile;h=1d8cbc5c0f57a4c4c775afae1f2fc63810e1001a;hb=6e717d5c75b5d84cbd836add2201076582951af0;hp=68a3588793991e13a2aa54f3b5cdf64730e618a7;hpb=bc19f2cfc3041990d9457165ccdfbe8b6b7c76e6;p=filters.git diff --git a/Makefile b/Makefile index 68a3588..1d8cbc5 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ 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