Skip to content

Instantly share code, notes, and snippets.

@richo
Created March 16, 2014 23:30
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 richo/9591398 to your computer and use it in GitHub Desktop.
Save richo/9591398 to your computer and use it in GitHub Desktop.
UNAME_S := $(shell uname -s)
ifeq (${UNAME_S},Darwin)
foobar=butts
else
foobar=baz
endif
all:
@echo ${foobar}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment