aboutsummaryrefslogtreecommitdiffstats
path: root/106/Makefile
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2024-12-02 16:25:24 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2024-12-02 16:25:24 +0300
commit17c1a6895263eb31bdfb8859cb5ebc7255dae23c (patch)
tree7e3dfbbad181c57b37e755df9a33ac575aae488c /106/Makefile
parentdfa85cca6464637aa6ad943da3f9ce8ccdfeca1f (diff)
added 118 prak
Diffstat (limited to '106/Makefile')
-rw-r--r--106/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/106/Makefile b/106/Makefile
index c3dda94..610abc1 100644
--- a/106/Makefile
+++ b/106/Makefile
@@ -3,6 +3,11 @@ CFLAGS = -std=c++2c -mavx -Iinclude -ggdb
.PHONY: all run_main clean gnuplot
+all: gnuplot
+
+gnuplot: run_main plots.gp
+ gnuplot plots2.gp
+
run_main: main
./main