mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-23 20:35:30 +02:00
8 lines
110 B
Makefile
8 lines
110 B
Makefile
|
.PHONY: all plot
|
||
|
|
||
|
all:
|
||
|
./doit
|
||
|
|
||
|
plot:
|
||
|
echo 'plot "in.gp" with lines, "out.gp" with lines' | gnuplot -persist
|