Skip to content

Commit

Permalink
Support of dash interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
P-p-H-d committed Jan 19, 2024
1 parent 99d62cd commit 67babd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ plain: bench-plain

# Test if MLIB directory exists, otherwise bootstrap it
pre-bench:
@test -d $(MLIB) || cd .. && make
@test -d $(MLIB) || ( cd .. && make )

#########################################################################
# Directories of the checkout libraries
Expand Down

0 comments on commit 67babd8

Please sign in to comment.