7 lines
75 B
Makefile
7 lines
75 B
Makefile
|
|
||
|
|
||
|
two_pole:
|
||
|
gcc -o tp two_pole_7_8.c -lm
|
||
|
./tp > tp.dat
|
||
|
gnuplot < tp.gpt
|