CFLAGS = -Wall -std=gnu11 LDLIBS = -lm all:Out.samples.png Out.samples.png:out.data Makefile echo '\ set term png ;\ set out "$@" ;\ set title "Stratified sampling of x*x+y*yLog 2>$@ main:main.o strata.o clean: $(RM) main *.o [Oo]ut* [Ll]og*