fix(Makefile): add install target

This commit is contained in:
2023-07-07 13:30:16 +02:00
parent 003f740c2d
commit 099694c636
4 changed files with 60 additions and 2 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[Makefile]
indent_style = tab