feat: add macOS instructions

This commit is contained in:
TaurusXin 2024-01-06 10:25:57 +08:00
parent 937a476743
commit 0502cdc8b8
1 changed files with 2 additions and 1 deletions

View File

@ -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