summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2023-04-12 19:14:37 +0100
committerIan C <ianc@noddybox.co.uk>2023-04-12 19:14:37 +0100
commit75c7f51ace5712677a8be3d8a0e58c85578e7f57 (patch)
treeda311cd8bb4f3e86b0c8b0824e267d9233356a00 /Makefile
parent626a52ce8b4a8b2989b3c871f9ec5bb4886eba2c (diff)
Added .gitignore and added icon info to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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
#---------------------------------------------------------------------------------