Skip to content

Commit

Permalink
Remove use of 'make bfok' from prep.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 committed Apr 23, 2022
1 parent d057026 commit 3d556f9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,12 @@ make_action 10 prep_clobber
make_action 11 seqcexit
make_action 12 use_ref
make_action 13 clean_generated_obj
make_action 14 bfok
make_action 15 all
make_action 16 parser
make_action 17 all
make_action 18 shellcheck
make_action 19 picky
make_action 20 test
make_action 14 all
make_action 15 parser
make_action 16 all
make_action 17 shellcheck
make_action 18 picky
make_action 19 test
if [[ $EXIT_CODE -eq 0 ]]; then
echo "=-=-=-=-= PASS: $0 =-=-=-=-="
echo
Expand Down

0 comments on commit 3d556f9

Please sign in to comment.