everything in src for packaging purposes
This commit is contained in:
15
report/Makefile
Normal file
15
report/Makefile
Normal 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
|
||||
|
Reference in New Issue
Block a user