Gnuplot mem.dat to PNG.

This commit is contained in:
Andrey Smirnov
2014-03-03 16:15:50 +04:00
parent e055581e34
commit d0c3659679

View File

@@ -56,4 +56,8 @@ coveralls: coverage.out
$(GOM) build -o $(BINPATH)/goveralls github.com/mattn/goveralls
$(GOM) exec $(BINPATH)/goveralls -service travis-ci.org -coverprofile=coverage.out -repotoken $(COVERALLS_TOKEN)
mem.png: mem.dat mem.gp
gnuplot mem.gp
open mem.png
.PHONY: coverage.out