11 lines
155 B
Makefile
11 lines
155 B
Makefile
|
|
|
|
|
|
TEST:
|
|
gcc f_atan2.c -o test -lm
|
|
./test > test.txt
|
|
ls -l test.txt
|
|
vi test.txt
|
|
echo " try plot 'test.txt' using 8:14 in gnuplot"
|
|
gnuplot < test.gpt
|