diff options
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) |