C and Makefile snippets
This commit is contained in:
@@ -108,3 +108,9 @@ snippet rule "Add new Rule"
|
||||
${1:all}: $2
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet clean "Clean the object files and binary file" b
|
||||
.PHONY: clean
|
||||
clean:
|
||||
${1:rm *.o $(BIN)}
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user