From 0502cdc8b8ec1f737ce380072fec91a5f4ceeb82 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Sat, 6 Jan 2024 10:25:57 +0800 Subject: [PATCH] feat: add macOS instructions --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 232bec6..ca3ec1a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ default: - @echo "Please choose a platform: linux, macos, win32" + @echo "Please choose a platform: linux, macos-intel, macos-arm64, win32" + @echo "Or use 'make clean' to clean up the build files" linux: g++ main.cpp cJSON.cpp aes.cpp ncmcrypt.cpp -o ncmdump -ltag -std=c++17