aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2/demo.mk
diff options
context:
space:
mode:
Diffstat (limited to 'demos/3rdparty/notepad-2/demo.mk')
-rw-r--r--demos/3rdparty/notepad-2/demo.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/3rdparty/notepad-2/demo.mk b/demos/3rdparty/notepad-2/demo.mk
new file mode 100644
index 00000000..4fd08c23
--- /dev/null
+++ b/demos/3rdparty/notepad-2/demo.mk
@@ -0,0 +1,5 @@
+DEMODIR = $(GFXLIB)/demos/3rdparty/notepad-2
+GFXINC += $(DEMODIR)
+GFXSRC += $(DEMODIR)/main.c \
+ $(DEMODIR)/notepadApp.c \
+ $(DEMODIR)/notepadCore.c