aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
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