diff options
| author | na <noah.andreas@nukura.com> | 2017-01-20 16:43:19 +0100 |
|---|---|---|
| committer | na <noah.andreas@nukura.com> | 2017-01-20 16:43:19 +0100 |
| commit | c6510d9764cdf4dbc23232fc73047aa3501aa5b2 (patch) | |
| tree | e973a61fca8b731c2efd6cf419c80dce3c77cbbf | |
| parent | 18a7ed39303cd5e93e918a612fd0188187fbe477 (diff) | |
| download | lead-c6510d9764cdf4dbc23232fc73047aa3501aa5b2.tar lead-c6510d9764cdf4dbc23232fc73047aa3501aa5b2.tar.gz lead-c6510d9764cdf4dbc23232fc73047aa3501aa5b2.zip | |
exclude *.d
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ .vscode build/*.o build/*.cpp +build/*.d .ninja*
\ No newline at end of file @@ -40,6 +40,8 @@ A build `kernladung.lead` is provided in the build dir. It was build on my arch6 # Install it +(in development, currently does not work!) + $ sudo ninja install |
