diff options
author | Galin Simeonov <gts@volconst.com> | 2021-09-27 13:31:04 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-09-27 13:31:04 +0300 |
commit | abe121ae704208c0c32689f59afcdaa043447421 (patch) | |
tree | de558d2b14c0bb7dd27199acf9ce74540584a367 /makefile | |
parent | 6d6b540f5821dfa4fcf15680ae50e6a4056def25 (diff) | |
download | dethread-master.tar.gz |
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |