diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-09 14:25:44 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-09 14:25:44 -0700 |
commit | ebfb59bc4733a8a934e97c51a46053284d9b5716 (patch) | |
tree | 9cb876ee9cf45a45eb1c3cc05ee839cb6a2d6ec4 | |
parent | e96df2cdf5acc7d252e3c91f531786934ce7e51d (diff) |
correct name
-rw-r--r-- | old/remote_plot_old_no_gtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/remote_plot_old_no_gtk.c b/old/remote_plot_old_no_gtk.c index c8a0711..abdb955 100644 --- a/old/remote_plot_old_no_gtk.c +++ b/old/remote_plot_old_no_gtk.c @@ -1,5 +1,5 @@ // build: -// cc -Wall $(pkg-config --cflags --libs libssh plplot) -lm -o remote_plot remote_plot.c +// cc -Wall $(pkg-config --cflags --libs libssh plplot) -lm -o remote_plot_old_no_gtk remote_plot_old_no_gtk.c // references: // https://api.libssh.org/stable/libssh_tutorial.html |