Skip to content

Commit

Permalink
Add a configuration file for the Kate Editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jul 10, 2020
1 parent 2ec2e69 commit f9b6a06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .kateproject
@@ -0,0 +1,9 @@
{
"name": "OpenHV"
, "files": [ { "git": 1 } ]
, "build": {
"directory": "."
, "build": "make all"
, "clean": "make clean"
}
}

0 comments on commit f9b6a06

Please sign in to comment.