diff --git a/.setup.sh b/.setup.sh index 245089b..fb9a233 100755 --- a/.setup.sh +++ b/.setup.sh @@ -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() { diff --git a/Makefile b/Makefile index 22f39f9..847073a 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +MAKEFLAGS += --no-print-directory + DEV_BIN_DIR := .cargo/bin CYAN := \033[36m RESET := \033[0m