Browse Source

Update FastPFor to upstream master

master
Ray Burgemeestre 5 years ago
parent
commit
716065c38d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      fastpfor/Makefile

+ 2
- 2
fastpfor/Makefile View File

@@ -1,8 +1,8 @@
SHELL:=/bin/bash

caf:
git clone https://github.com/rayburgemeestre/FastPFor
pushd FastPFor && git checkout master
git clone https://github.com/lemire/FastPFor
pushd FastPFor && git checkout 8030e3808f857cc12d1d09e264f1ad2a05b1964a # master at the time of writing
bash ../ubuntu1804.sh make impl
make package


Loading…
Cancel
Save