summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-07-24 12:31:28 -0400
committerAdrian Likins <alikins@redhat.com>2008-07-24 12:31:28 -0400
commitbd4268e0ab2451918b9cc9e068378c9bc8691d5e (patch)
tree453d4fd5c110d8bc7141c9599a6eea306ccb02eb /Makefile
parent4017f687d13edacb5ce1fe446e7af50759df2e1f (diff)
downloadfunc-bd4268e0ab2451918b9cc9e068378c9bc8691d5e.tar.gz
func-bd4268e0ab2451918b9cc9e068378c9bc8691d5e.tar.xz
func-bd4268e0ab2451918b9cc9e068378c9bc8691d5e.zip
add funcweb to "make clean" targets
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 96424a6..bc29bad 100755
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ NEWRELEASE = $(shell echo $$(($(RELEASE) + 1)))
MESSAGESPOT=po/messages.pot
TOPDIR = $(shell pwd)
-DIRS = func docs examples scripts test test/unittest
-PYDIRS = func scripts examples
+DIRS = func docs examples scripts test test/unittest funcweb
+PYDIRS = func scripts examples funcweb
EXAMPLEDIR = examples
INITDIR = init-scripts