move rdcost stuff into a separate directory

This commit is contained in:
Pauli Oikkonen 2020-11-16 17:44:35 +02:00
parent a37095b061
commit 1c1807f80b
6 changed files with 4 additions and 0 deletions

4
rdcost-weight-tool/build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
gcc -O2 filter_rdcosts.c -o ../src/frcosts_matrix
gcc -O2 ols_2ndpart.c -o ../src/ols_2ndpart