Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grampelberg/f48bc9131aeaf3f959357ab50c575bb9 to your computer and use it in GitHub Desktop.
Save grampelberg/f48bc9131aeaf3f959357ab50c575bb9 to your computer and use it in GitHub Desktop.
.PHONY: build
build:
ifeq ($(OS),Darwin)
$(MAKE) build-darwin
endif
$(MAKE) build-linux
.PHONY: build
build: build-$(OS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment