figures/v-dep: Remove UnFill from plot legend addition
[thesis.git] / SConstruct
1 #Help("""...""")
2
3 VariantDir('build', 'src')
4 thesis_build = SConscript('build/SConscript')
5 Clean(thesis_build, 'build')
6 thesis_pdf = Command('thesis.pdf', thesis_build, Copy("$TARGET", "$SOURCE"))
7 Alias('pdf', thesis_pdf)
8 Default(thesis_pdf)