useful_linux_scripts/fast_atan2/Makefile
2017-06-22 11:26:32 +01:00

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