Skip to content

Instantly share code, notes, and snippets.

@Pi-Bouf
Created March 7, 2022 10:35
Show Gist options
  • Save Pi-Bouf/e608d2eb62ac7690db4a312e18217c5a to your computer and use it in GitHub Desktop.
Save Pi-Bouf/e608d2eb62ac7690db4a312e18217c5a to your computer and use it in GitHub Desktop.
Makefile mac / darwin condition
check-mac:
ifeq ("$(shell uname -s)", "Darwin")
echo "On mac ! :)"
else
echo "Not on mac... :("
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment