aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2024-09-18 16:56:29 +0300
committerjustanothercatgirl <sotov@twistea.su>2024-09-18 16:56:29 +0300
commit2161762fdebf0dfeb6714b658e853550aa3524c4 (patch)
treed28f4604609794ea4ae049071e41a41a0f0916f2 /Makefile
parent8e4446ce02f37a0f9ef145a49a82aae1bf7223fe (diff)
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3b59d66..9fbd903 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-montecarlo: main.c
+numrep: main.c
cc $^ -o $@
.PHONY: clean
clean:
- rm -rf montecarlo
+ rm -rf numrep