remove unused atom build

This commit is contained in:
Colby Klein 2016-12-15 18:06:30 -08:00
parent 736ef2fcf8
commit 8b4229a681

View File

@ -1,15 +0,0 @@
{
"cmd": "busted",
"args": [ "spec" ],
"sh": false,
"targets": {
"LDoc": {
"cmd": "ldoc",
"args": ["-c doc/config.ld", "-o index", "."]
},
"View Docs": {
"cmd": "xdg-open",
"args": ["doc/doc/index.html"]
}
}
}