From bd4268e0ab2451918b9cc9e068378c9bc8691d5e Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Thu, 24 Jul 2008 12:31:28 -0400 Subject: add funcweb to "make clean" targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit