aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authoradam <adam@volconst.com>2021-09-27 13:13:17 +0300
committeradam <adam@volconst.com>2021-09-27 13:13:17 +0300
commit6e014ca5ce263e96549236b5bf4f2379467b9e2b (patch)
tree56dfb669fdca4118cddedc265dd2ea1768c8aaa7 /makefile
downloaddethread-6e014ca5ce263e96549236b5bf4f2379467b9e2b.tar.gz
setting up git on old project
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..4bf8a61
--- /dev/null
+++ b/makefile
@@ -0,0 +1,10 @@
+install:
+ gcc -pthread main.c -o main.exe -L. -lgmp -lnuma
+ gcc make_heavy.c -o make_heavy.exe
+
+clear:
+ rm ./*.exe &
+ rm ./*.out &
+ rm ./*.temp
+rm: install
+ ./main.exe