first revision

This commit is contained in:
gwen
2012-05-13 20:48:51 +02:00
commit 8b16814ab4
86 changed files with 10427 additions and 0 deletions

15
report/Makefile Normal file
View File

@ -0,0 +1,15 @@
.SUFFIXES:
.PHONY: all clean
all: html
generate:
python ./generate.py
html: generate
make -C ./build all
clean:
make -C ./build clean