mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Add Makefile
Add a Makefile with commands for 'phpunit' and 'test'. This can be expanded later for PHPCS etc.
This commit is contained in:
parent
b042256e45
commit
8069ccb750
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,5 +3,6 @@
|
||||||
!/.github/**
|
!/.github/**
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
!/composer.json
|
!/composer.json
|
||||||
|
!/Makefile
|
||||||
!/src/**
|
!/src/**
|
||||||
!/tests/**
|
!/tests/**
|
||||||
|
|
Loading…
Reference in a new issue