Skip to content

Commit 75e1da4

Browse files
committed
mkdir ./bin so bins have a home
1 parent 6c431b7 commit 75e1da4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchmarks/demo-dc-NASA.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
# go there
1111
chdir q{./NPB3.4.1/NPB3.4-OMP};
12+
if ( not -d q{./bin} ) {
13+
mkdir q{./bin};
14+
}
1215

1316
# build 'DC' (purely C)
1417
my $exit_error = system(qw/make dc/);

0 commit comments

Comments
 (0)