Created
January 25, 2016 12:00
-
-
Save nbari/219ce8400eeaf6cf3c28 to your computer and use it in GitHub Desktop.
make & gnumake compatible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: all test | |
all: test | |
test: | |
@if test -n "${BRANCH}"; then \ | |
if test "${BRANCH}" = "master"; then echo "build master"; fi; \ | |
fi; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment