docs to english
This commit is contained in:
@@ -11,11 +11,11 @@ all: build
|
||||
|
||||
deps:
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
@command -v brew >/dev/null 2>&1 || { echo "Homebrew kell ehhez. Telepitsd: https://brew.sh"; exit 1; }
|
||||
@command -v brew >/dev/null 2>&1 || { echo "Homebrew is required. Install it: https://brew.sh"; exit 1; }
|
||||
brew install vice
|
||||
else
|
||||
@echo "A 'deps' target csak macOS-en (Darwin) automatikus. Detektalt OS: $(UNAME_S)"
|
||||
@echo "Telepitsd kezzel a VICE emulatort (x64sc). Az Oscar64 vendorolt, magatol epul."
|
||||
@echo "The 'deps' target is only automated on macOS (Darwin). Detected OS: $(UNAME_S)"
|
||||
@echo "Install the VICE emulator (x64sc) manually. Oscar64 is vendored and builds itself."
|
||||
@exit 1
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user