We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 129c284Copy full SHA for 129c284
.atom-build.json
@@ -0,0 +1,5 @@
1
+{
2
+ "cmd": "./compile",
3
+ "sh": "true",
4
+ "cwd": "{PROJECT_PATH}"
5
+}
.gitignore
@@ -0,0 +1,4 @@
+/screenshots
+/readme
+*.zip
+*.8*
.gitmodules
@@ -0,0 +1,3 @@
+[submodule "src/z80float"]
+ path = src/z80float
+ url = https://github.com/Zeda/z80float.git
0 commit comments