aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorGalin Simeonov <gts@volconst.com>2021-09-27 13:31:04 +0300
committerGalin Simeonov <gts@volconst.com>2021-09-27 13:31:04 +0300
commitabe121ae704208c0c32689f59afcdaa043447421 (patch)
treede558d2b14c0bb7dd27199acf9ce74540584a367 /makefile
parent6d6b540f5821dfa4fcf15680ae50e6a4056def25 (diff)
downloaddethread-abe121ae704208c0c32689f59afcdaa043447421.tar.gz
Seems to work nowHEADmaster
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4bf8a61..01822ff 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
install:
- gcc -pthread main.c -o main.exe -L. -lgmp -lnuma
+ gcc -pthread main.c -o main.exe -L. -lgmp
gcc make_heavy.c -o make_heavy.exe
clear: