aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/compile
blob: bcd285dca9b012f6ff1c60e900b9e49cbcbd3e3b (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: compile
# key: compile
# uuid: compile
# --
// -*- compile-command: "${1:gcc -Wall -o ${2:dest} ${3:file}}" -*-