Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into son/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Mar 20, 2024
2 parents 07021e9 + 8111c97 commit 34850ee
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,17 @@ SUBDIR :=
# The rules
####################################

# Build the compiler, after formatting the code
.PHONY: build
build: format build-dev

# Build the project, test it and verify the generated files
.PHONY: build-test-verify
build-test-verify: build test verify

# Build the project
.PHONY: build
build: build-bin build-lib build-bin-dir doc
# Build the project, without formatting the code
.PHONY: build-dev
build-dev: build-bin build-lib build-bin-dir doc

.PHONY: build-bin
build-bin:
Expand Down

0 comments on commit 34850ee

Please sign in to comment.