Browse Source

Initial commit

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 4 years ago
commit
6fcb47f8e9
4 changed files with 8 additions and 0 deletions
  1. +1
    -0
      .gitattributes
  2. +0
    -0
      .gitignore
  3. +7
    -0
      Makefile
  4. +0
    -0
      README.md

+ 1
- 0
.gitattributes

@ -0,0 +1 @@
* text=auto

+ 0
- 0
.gitignore


+ 7
- 0
Makefile

@ -0,0 +1,7 @@
.PHONY: tools test-tools
tools:
@true
test-tools:
@true

+ 0
- 0
README.md


Loading…
Cancel
Save