Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Created August 7, 2017 12:02
Show Gist options
  • Save Mikulas/250e3f1b4f85d47b7a5db2a937a10c7b to your computer and use it in GitHub Desktop.
Save Mikulas/250e3f1b4f85d47b7a5db2a937a10c7b to your computer and use it in GitHub Desktop.
SRC := $(shell find $(CURDIR)/src -name '*.php')
composer.lock: $(SRC)
composer dump-autoload --classmap-authoritative --optimize
test: composer.lock
vendor/bin/tester tests/
.PHONY: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment