Skip to content

Commit

Permalink
add default: build to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Jan 13, 2025
1 parent 226c2bd commit 60b9c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ifeq (${TARGET}, release)
RELEASE_FLAG=--release
endif

default: build

build_all: rust_build rust_set_toolchain build

setup: rust_clone
Expand Down

0 comments on commit 60b9c4e

Please sign in to comment.