Skip to content

Instantly share code, notes, and snippets.

@nazfox
Last active January 30, 2022 02:30
Show Gist options
  • Save nazfox/8d88c3f479918c3b9afaa19436b44605 to your computer and use it in GitHub Desktop.
Save nazfox/8d88c3f479918c3b9afaa19436b44605 to your computer and use it in GitHub Desktop.
INSTALL_STAMP = install.stamp
INSTALL_FILE = foo bar
install: $(INSTALL_STAMP)
$(INSTALL_STAMP): $(INSTALL_FILE)
# Install script
touch $(INSTALL_STAMP)
install-required-command: install
# Do things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment