summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/compile
blob: 8246a10e6fbef96bfb7170668c3f6298f05270ce (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: compile
# key: compile
# --
// -*- compile-command: "${1:gcc -Wall -o ${2:dest} ${3:file}}" -*-