unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/makefile-gmake-mode/patsubst

5 lines
94 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: patsubst
# key: ps
# --
$(patsubst ${1:from},${2:to},${3:src})