Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Last active August 15, 2018 07:31
Show Gist options
  • Save kmsheng/c89a3852983921bc5d790c410a6f4341 to your computer and use it in GitHub Desktop.
Save kmsheng/c89a3852983921bc5d790c410a6f4341 to your computer and use it in GitHub Desktop.
Makefile simple example
all: target1 target2
target1:
@echo "Running $@"
target2:
@echo "Running $@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment