diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2021-10-19 21:31:21 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2021-10-19 21:31:21 -0400 |
| commit | 3d93f4751ea2d40babcff71c74effe12792abf4a (patch) | |
| tree | 61b299ece80adf148092a3c6a3878ef0a9612b0b /dis | |
| parent | 034d6209b6d27a8cf13784a62fd36814e98cadf6 (diff) | |
fix some problems
Diffstat (limited to 'dis')
| -rwxr-xr-x | dis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dis/Makefile b/dis/Makefile index d18761b..68f19e7 100755 --- a/dis/Makefile +++ b/dis/Makefile | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Build the DIS benchmarks with all-pairs or unpaired instrumentation | 2 | # Build the DIS benchmarks with all-pairs or unpaired instrumentation |
| 3 | # (I know that this Makefile is mildly evil and breaks so many rules | 3 | # (I know that this Makefile is mildly evil and breaks so many rules |
| 4 | # that a good Makefile should follow. Sorry - at least I have one.) | 4 | # that a good Makefile should follow. Sorry - at least I have one.) |
| 5 | LIBLITMUS ?= /playpen/mc2/liblitmus | 5 | LIBLITMUS ?= /home/ae/liblitmus |
| 6 | CC ?= gcc | 6 | CC ?= gcc |
| 7 | override CFLAGS += -pthread -O2 -I.. | 7 | override CFLAGS += -pthread -O2 -I.. |
| 8 | LDFLAGS = -lrt -lm | 8 | LDFLAGS = -lrt -lm |
