useful_linux_scripts/fast_atan2/Makefile

11 lines
155 B
Makefile
Raw Normal View History

2017-06-22 10:26:32 +00:00
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