Skip to content

Instantly share code, notes, and snippets.

@sapphire-arches
Created May 31, 2018 23:51
Show Gist options
  • Save sapphire-arches/ceaa045ec921999451717e5472d80003 to your computer and use it in GitHub Desktop.
Save sapphire-arches/ceaa045ec921999451717e5472d80003 to your computer and use it in GitHub Desktop.
.PHONY all
all: a.out
a.mk: a_contents.txt
cp a_contents.txt $@
include a.mk
include b.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment