aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/imagebox/demo.mk
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-04-24 03:33:53 +0200
committerJoel Bodenmann <joel@unormal.org>2014-04-24 03:33:53 +0200
commit063ed8607533c45aa8829290979d8a6b90b41ffc (patch)
tree639aef627ff5bfd703cd48e85cc7df6402c9beda /demos/modules/gwin/imagebox/demo.mk
parenta34c0ded1873121431eed41210b7f44c8271ac0a (diff)
downloaduGFX-063ed8607533c45aa8829290979d8a6b90b41ffc.tar.gz
uGFX-063ed8607533c45aa8829290979d8a6b90b41ffc.tar.bz2
uGFX-063ed8607533c45aa8829290979d8a6b90b41ffc.zip
Adding gwin/imagebox demo
Diffstat (limited to 'demos/modules/gwin/imagebox/demo.mk')
-rw-r--r--demos/modules/gwin/imagebox/demo.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/modules/gwin/imagebox/demo.mk b/demos/modules/gwin/imagebox/demo.mk
new file mode 100644
index 00000000..fc6052e6
--- /dev/null
+++ b/demos/modules/gwin/imagebox/demo.mk
@@ -0,0 +1,3 @@
+DEMODIR = $(GFXLIB)/demos/modules/gwin/imagebox
+GFXINC += $(DEMODIR)
+GFXSRC += $(DEMODIR)/main.c