Skip to content

Commit d5b359d

Browse files
committed
Fixing gcc-10 compiler error
1 parent cd82663 commit d5b359d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
All: Makefile.OpenCL CompactHash GlobalSums # Scan
1+
All: Makefile.OpenCL PerfectHash CompactHash GlobalSums # Scan
2+
3+
.PHONY: Makefile.OpenCL PerfectHash CompactHash GlobalSums # Scan
24

35
Makefile.OpenCL:
46
#make -f Makefile.OpenCL
57

8+
PerfectHash: Perfecthash/Makefile
9+
10+
Perfecthash/Makefile:
11+
cd PerfectHash && ./configure --disable-opencl && make && ./neigh2d
12+
613
CompactHash: CompactHash/Makefile
714

815
CompactHash/Makefile:

PerfectHash

0 commit comments

Comments
 (0)