summaryrefslogtreecommitdiffstats
path: root/all_pairs/Makefile
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 /all_pairs/Makefile
parentd427b910baffcc330b0b24d87c9b3216f306d0fb (diff)
wip
Diffstat (limited to 'all_pairs/Makefile')
-rw-r--r--all_pairs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/all_pairs/Makefile b/all_pairs/Makefile
index 592db70..5eef323 100644
--- a/all_pairs/Makefile
+++ b/all_pairs/Makefile
@@ -1,4 +1,4 @@
1LIBLITMUS ?= /playpen/mc2/liblitmus 1LIBLITMUS ?= /home/litmus/liblitmus
2CC ?= gcc 2CC ?= gcc
3override CFLAGS += -pthread -O2 -I.. -DPAIRED 3override CFLAGS += -pthread -O2 -I.. -DPAIRED
4LDFLAGS += -lrt 4LDFLAGS += -lrt