Skip to content

Instantly share code, notes, and snippets.

@mmm
Last active July 19, 2019 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmm/e5395fd9389e5c9b4e33 to your computer and use it in GitHub Desktop.
Save mmm/e5395fd9389e5c9b4e33 to your computer and use it in GitHub Desktop.
all: authorized_keys config
authorized_keys: authorized_keys.d/*
cat $^ > $@
config: config.d/*
cat $^ > $@
clean:
rm -f authorized_keys
rm -f config
clobber: clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment