5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: compile
|
|
# key: compile
|
|
# --
|
|
// -*- compile-command: "${1:gcc -Wall -o ${2:dest} ${3:file}}" -*- |