[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/serpapi/serpapi-php/master/Makefile [Back]  [Original]

# Default target
all: install readme lint test

# Clean up the project
clean:
	rm -rf vendor/

# Install the necessary libraries and dependencies
install:
	composer install --prefer-dist --no-progress

# Run PSR12 lint
lint:
	vendor/bin/phpcs

# Run the tests
test:
	vendor/bin/phpunit -c phpunit.xml

# Generate README from ERB template
readme:
	erb -T '-' README.md.erb > README.md

Web Proxy Viewer  |  New URL  |  Original Page