From 3bb928cf5fdfe6d2638f72eabb6ec7b67fe52151 Mon Sep 17 00:00:00 2001 From: YuzukiTsuru Date: Tue, 5 Apr 2022 13:36:38 +0800 Subject: [PATCH] top_makefile: change info --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4383e20..5d281810 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ +SHELL := /bin/bash + all: - @echo "Using lunch to start" \ No newline at end of file + @echo "Using 'source envsetup.sh' to start" \ No newline at end of file