diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-11-24 19:45:32 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-11-24 19:45:32 +0300 |
commit | 33e3d9540237b0faef3c7d9aeab6dedbccbe3707 (patch) | |
tree | b5e4352b130e5086bb6cca5dca4d7af728941e20 /vtek3/Makefile | |
parent | 89d26d5d0e8ff2b026cc99606868699f6fcc08db (diff) |
107,vtek3 changes
Diffstat (limited to 'vtek3/Makefile')
-rw-r--r-- | vtek3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtek3/Makefile b/vtek3/Makefile index b89eb0b..fd22144 100644 --- a/vtek3/Makefile +++ b/vtek3/Makefile @@ -4,7 +4,7 @@ CXXFLAGS += -ggdb run: main ./main - gnuplot plots.gp + gnuplot -q plots.gp 2> /dev/null main: main.cpp $(CXX) -o $@ $^ $(CXXFLAGS) |