summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-03-28 13:38:15 -0400
committerAdrian Likins <alikins@redhat.com>2008-03-28 13:38:15 -0400
commit8bf00319db57ecfed8477f97e673248ff3d9e44a (patch)
treef47ed6c5ba1598ed144c1d27ce8d15564c2f4800 /Makefile
parent726da9f9383feb41bfd3d082db614a50b878ec53 (diff)
downloadfunc-8bf00319db57ecfed8477f97e673248ff3d9e44a.tar.gz
func-8bf00319db57ecfed8477f97e673248ff3d9e44a.tar.xz
func-8bf00319db57ecfed8477f97e673248ff3d9e44a.zip
add Makefile to examples/ so "make clean" works
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 187e7c9..c556886 100755
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ NEWRELEASE = $(shell echo $$(($(RELEASE) + 1)))
MESSAGESPOT=po/messages.pot
TOPDIR = $(shell pwd)
-DIRS = func docs scripts test test/unittest
-PYDIRS = func scripts
+DIRS = func docs examples scripts test test/unittest
+PYDIRS = func scripts examples
EXAMPLEDIR = examples
INITDIR = init-scripts