diff options
author | justanothercatgirl <sotov@twistea.su> | 2024-09-18 16:56:29 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2024-09-18 16:56:29 +0300 |
commit | 2161762fdebf0dfeb6714b658e853550aa3524c4 (patch) | |
tree | d28f4604609794ea4ae049071e41a41a0f0916f2 /Makefile | |
parent | 8e4446ce02f37a0f9ef145a49a82aae1bf7223fe (diff) |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -montecarlo: main.c +numrep: main.c cc $^ -o $@ .PHONY: clean clean: - rm -rf montecarlo + rm -rf numrep |