This commit is contained in:
gwen
2012-11-14 11:33:49 +01:00
parent b46651ae7c
commit cf606a0d7e
3 changed files with 1 additions and 10 deletions

View File

@ -5,7 +5,7 @@ HTMLFRAGMENT=$(addsuffix .html, $(basename $(SRC)))
.PHONY: all clean
all: html code epydoc
all: html code
# make -C ./build/code all
# make -C ./build/test all
# make -C ./build all
@ -18,9 +18,6 @@ html: $(HTMLFRAGMENT)
code:
./code2html
epydoc:
./epydoc.sh
clean:
make -C ./build clean