feat: initial commit
This commit is contained in:
10
.emacs.snippets/makefile-gmake-mode/make
Executable file
10
.emacs.snippets/makefile-gmake-mode/make
Executable file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: make
|
||||
# key: make
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# --
|
||||
CFLAGS=-Wall -Wextra -std=c11 -pedantic
|
||||
LIBS=
|
||||
|
||||
$1: $2
|
||||
$(CC) $(CFLAGS) -o $1 $2 $(LIBS)
|
||||
Reference in New Issue
Block a user