Files
dotfiles/.emacs.d/snippets/makefile-gmake-mode/make
2017-12-21 17:29:29 +01:00

7 lines
109 B
Plaintext

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