about summary refs log tree commit diff
path: root/sourcecodes/k-best/src/buildk_poster.sh
blob: a9964f8a77cd9da46b2747c51e4bf64b4485d4ac (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash


D=g++


$D -o get_kbest_parents$EXT get_kbest_parents.cc 
$D -o get_kbest_nets$EXT get_kbest_nets.cc