unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/makefile-bsdmake-mode/gen
2016-02-18 14:53:30 +01:00

12 lines
157 B
Plaintext

# -*- mode: snippet -*-
# name: gen
# key: gen
# possibly add some smart control over the list
# --
all: ${1:targets}
$0
clean:
${2:clean actions}