summaryrefslogtreecommitdiffstats
path: root/dis
diff options
context:
space:
mode:
authorleochanj <jbakita@cs.unc.edu>2020-10-23 02:11:48 -0400
committerleochanj <jbakita@cs.unc.edu>2020-10-23 02:11:48 -0400
commite0217a963c6c0e0667d41d075038685956bcfacf (patch)
treefaf3963cc501f103cd2554553ec74ce21157b42e /dis
parentd427b910baffcc330b0b24d87c9b3216f306d0fb (diff)
wip
Diffstat (limited to 'dis')
-rwxr-xr-xdis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dis/Makefile b/dis/Makefile
index d18761b..77e0b8a 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.)
5LIBLITMUS ?= /playpen/mc2/liblitmus 5LIBLITMUS ?= /home/litmus/liblitmus
6CC ?= gcc 6CC ?= gcc
7override CFLAGS += -pthread -O2 -I.. 7override CFLAGS += -pthread -O2 -I..
8LDFLAGS = -lrt -lm 8LDFLAGS = -lrt -lm