Skip to content

Commit 5dbf09a

Browse files
committed
Fix compilation.
1 parent 27b9277 commit 5dbf09a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all:
22

33
bench-%: %.hs force
4-
ghc -O2 -DTESTING $< -I../include -i../$(TOP) -o $@ -outputdir tmp -rtsopts
4+
ghc -O2 -DTESTING $< -I$(TOP)../include -i$(TOP).. -o $@ -outputdir tmp -rtsopts
55

66
.PRECIOUS: bench-%
77

benchmarks/SetOperations/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TOP = ..
1+
TOP = ../
22

33
include ../Makefile

0 commit comments

Comments
 (0)