work in progress build, install, and run using `make`: ``` make sudo make install remote_plot ``` build and run without make: ``` cc -Wall $(pkg-config --cflags --libs libssh plplot gtk4) -lm -o remote_plot remote_plot.c ./remote_plot ```