Skip to content

Instantly share code, notes, and snippets.

@tpounds
Last active October 29, 2015 11:04
Show Gist options
  • Save tpounds/638e12b454ee2f8828e2 to your computer and use it in GitHub Desktop.
Save tpounds/638e12b454ee2f8828e2 to your computer and use it in GitHub Desktop.
Example Makefile deprecation target.
DEPRECATED:
@echo
@echo [WARN] Target has been deprecated. See Makefile for more information.
@echo
# DEPRECATED: Use shiny-new-target because it's cool.
some-old-target: DEPRECATED
@echo Doing some deprecated stuff.
shiny-new-taret:
@echo Doing some cool new stuff.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment