You will use this exact Makefile
for your Homework 1. Failure to do so will result in deduction of points.
To compile on terminal, type:
make clean
make all
To delete executables and object files, type:
make clean
To run, type:
./test_points3d
To run with a given file that is redirected to standard input:
./test_points3d < test_input_file.txt