diff options
author | justanothercatgirl <sotov@twistea.su> | 2024-12-04 22:32:12 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2024-12-04 22:32:12 +0300 |
commit | 8269ece153d9f8d1a8a5fb7238adce6aa4226f99 (patch) | |
tree | da560c3866ac00ebb65699cb6bac0e199a877835 /tempalte/Makefile | |
parent | c031795880d2ff2d3b64864a4ba68280a91d21c3 (diff) |
added vtek7
Diffstat (limited to 'tempalte/Makefile')
-rw-r--r-- | tempalte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tempalte/Makefile b/tempalte/Makefile index eb309ff..224506f 100644 --- a/tempalte/Makefile +++ b/tempalte/Makefile @@ -6,7 +6,7 @@ CFLAGS = -std=c++2c -mavx -Iinclude -ggdb run: gnuplot gnuplot: plots.gp run_main - gnuplot $< + gnuplot $< &>/dev/null run_main: main ./main |