my-emacs-d/elpa/yasnippet-20160924.2001/snippets/makefile-bsdmake-mode/gen

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}