aboutsummaryrefslogtreecommitdiffstats
path: root/vtek3/Makefile
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2024-12-02 16:25:59 +0300
committerjustanothercatgirl <sotov@twistea.su>2024-12-02 16:25:59 +0300
commit3fd86ca01c1d2b0e6e8ffe46de12d6e68054a217 (patch)
tree4670a617978e1c1a6e348d8c0b59ced106fd4e0a /vtek3/Makefile
parent1e4e6f1e06d51712954579b89dc0a7e2c298667e (diff)
parent17c1a6895263eb31bdfb8859cb5ebc7255dae23c (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'vtek3/Makefile')
-rw-r--r--vtek3/Makefile2
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)