Files
tiramisu/report/Makefile
2012-07-13 09:42:14 +02:00

16 lines
152 B
Makefile

.SUFFIXES:
.PHONY: all clean
all: html
generate:
python ./generate.py
html: generate
make -C ./build all
clean:
make -C ./build clean