diff options
Diffstat (limited to 'libdde-linux26/mk/tmpl/examples')
-rw-r--r-- | libdde-linux26/mk/tmpl/examples/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libdde-linux26/mk/tmpl/examples/Makefile b/libdde-linux26/mk/tmpl/examples/Makefile new file mode 100644 index 00000000..065f6d87 --- /dev/null +++ b/libdde-linux26/mk/tmpl/examples/Makefile @@ -0,0 +1,10 @@ +PKGDIR ?= .. +L4DIR ?= $(PKGDIR)/../.. + +# create examples demonstrating the use of you package in subdirectories +# and list those subdirs in the TARGET variable. +TARGET = + +include $(L4DIR)/mk/subdir.mk + + |