summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b4477ed
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+3ds81.3dsx
+3ds81.smdh
+3ds81.elf
+build/*
diff --git a/Makefile b/Makefile
index 5d32140..52c0f03 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,10 @@ DATA := data
INCLUDES := include
GRAPHICS := gfx
+APP_TITLE := 3DS81
+APP_DESCRIPTION := ZX-81 emulator
+APP_AUTHOR := Ian Cowburn
+
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------