my-emacs-d/elpa/yasnippet-20161022.646/snippets/makefile-gmake-mode/make
2016-10-24 08:30:06 +02:00

7 lines
109 B
Plaintext

# -*- mode: snippet -*-
# name: make
# contributor: gbalats
# key: make
# --
\$(MAKE) --directory=${1:\$@}
$0