Skip to content

Commit

Permalink
build Bml and Pdl by default in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
m4lvin committed Nov 2, 2023
1 parent 3cd19ae commit 848ba0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
~/.elan/bin/lean --version
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: make
run: make
- name: make pdl
run: make pdl

bml:
name: Build Bml
Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

default: .first-run-done
lake build
all: pdl bml

pdl: .first-run-done
lake build Pdl

bml: .first-run-done
lake build Bml
Expand Down

0 comments on commit 848ba0e

Please sign in to comment.