summaryrefslogtreecommitdiff
path: root/makefile-gmake-mode/make
blob: 16c49cea12f36dc67da4ff1fba0032fa274d8662 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: make
# contributor: gbalats
# key: make
# --
\$(MAKE) --directory=${1:\$@}
$0