GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/vendor/cloudinary/cloudinary_php/docs/Makefile
CACHE_DIR = cache
BUILD_DIR = build

DOCS_TOOL = sami.phar

PHP?=php

CONFIG=sami_config.php

.PHONY: all clean update

all: update

update: $(DOCS_TOOL)
	$(PHP) $(DOCS_TOOL) update $(CONFIG)

$(DOCS_TOOL):
	curl -O https://cloudinary-res.cloudinary.com/raw/upload/docsite/sami.phar

clean:
	@rm -rf $(CACHE_DIR) $(BUILD_DIR)