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 /baseline | |
| parent | 034d6209b6d27a8cf13784a62fd36814e98cadf6 (diff) | |
fix some problems
Diffstat (limited to 'baseline')
| -rw-r--r-- | baseline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baseline/Makefile b/baseline/Makefile index dad45a0..37b59ed 100644 --- a/baseline/Makefile +++ b/baseline/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | LIBLITMUS ?= /playpen/mc2/liblitmus | 1 | LIBLITMUS ?= /home/ae/liblitmus |
| 2 | CC ?= gcc | 2 | CC ?= gcc |
| 3 | override CFLAGS = -pthread -O2 -I.. | 3 | override CFLAGS = -pthread -O2 -I.. |
| 4 | LDFLAGS = -lrt | 4 | LDFLAGS = -lrt |
