Skip to content

Commit

Permalink
feat: use --no-print-directory flag in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 2, 2024
1 parent 0cdd2a6 commit 16c2ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ write_hooks() {

end_log() {
log "===================\nTo get started, you can run the make tasks defined in the Makefile.\n"
make help | tail -n +2 | head -n -1
make help
}

main() {
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MAKEFLAGS += --no-print-directory

DEV_BIN_DIR := .cargo/bin
CYAN := \033[36m
RESET := \033[0m
Expand Down

0 comments on commit 16c2ce5

Please sign in to comment.