feat: add macOS instructions
This commit is contained in:
parent
937a476743
commit
0502cdc8b8
3
Makefile
3
Makefile
|
@ -1,5 +1,6 @@
|
||||||
default:
|
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:
|
linux:
|
||||||
g++ main.cpp cJSON.cpp aes.cpp ncmcrypt.cpp -o ncmdump -ltag -std=c++17
|
g++ main.cpp cJSON.cpp aes.cpp ncmcrypt.cpp -o ncmdump -ltag -std=c++17
|
||||||
|
|
Loading…
Reference in New Issue