diff options
author | Peter Carbonetto | 2017-05-28 11:10:43 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-28 11:10:43 -0500 |
commit | 58675cedd52f1d8fb6f0b267470ddfdfc8ae65f2 (patch) | |
tree | 5e2c279eae445797fb3328d739dab3b90961a538 /src/d2f.sh | |
parent | 7c5767db7138c2ced3715d5504c050650b8f3544 (diff) | |
download | pangemma-58675cedd52f1d8fb6f0b267470ddfdfc8ae65f2.tar.gz |
Update to d2f.sh; unfortunately I'm getting a lot of errors when I try to build with FORCE_FLOAT=1
Diffstat (limited to 'src/d2f.sh')
-rwxr-xr-x | src/d2f.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash -for prefix in gemma param io lm lmm mvlmm bslmm mathfunc prdt +for prefix in gemma param io lm lmm mvlmm bslmm mathfunc prdt vc do for extension in cpp h do |