Last active
July 19, 2019 20:15
-
-
Save mmm/e5395fd9389e5c9b4e33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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