Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Makefile #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added Makefile #5

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented May 20, 2017

No description provided.

@Xuanwo
Copy link
Contributor

Xuanwo commented May 20, 2017

Please rebase your code before submit pr.

Makefile Outdated
all: check build

.PHONY: check
check:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need an alone check target, no one will do make check directly.

Makefile Outdated
else
@echo 'OK'
endif

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add a make release to build zip package which can be installed directly.

@ghost
Copy link
Author

ghost commented May 21, 2017

I have updated Makefile.

.gitignore Outdated
@@ -6,3 +6,6 @@
# composer
vendor
composer.lock

#release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unuseful comment should be removed.


.PHONY: clean
clean:
rm -rf ${CURDIR}/vendor ${CURDIR}/composer.lock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should end with an empty line.

@Xuanwo
Copy link
Contributor

Xuanwo commented May 21, 2017

The changes looks good to me, I will ACK if updated again.

And your branch should rebase with the lastest master commit, Fixed PHP version checking was merged, should not be pushed again. These two commit should be squashed one, you can do it by forch push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants