mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-10 19:10:34 +00:00
10 lines
99 B
Makefile
10 lines
99 B
Makefile
include ../../../lib/Makefile-tex
|
|
|
|
%.epic: %.gp
|
|
gnuplot $^ > $@
|
|
|
|
%.eps: %.gp
|
|
gnuplot $^ > $@
|
|
|
|
|