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

6 lines
140 B
Plaintext

# -*- mode: snippet; require-final-newline: nil -*-
# name: abspath
# contributor: gbalats
# key: abs
# --
\$(abspath ${1:\$(${2:paths})})$0