XimeraProject / xake

The new build system for Ximera content written in Go
Other
8 stars 10 forks source link

xake -j 4 #10

Open bartsnapp opened 6 years ago

bartsnapp commented 6 years ago

xake -j 4

has some unexpected behaviour (at least from my point of view)

in the repo:

https://github.com/mooculus/calculus

this had trouble compiling

coverArt/calculusA2/theCover.tex

this is because it couldn't find the pdf's (that were there until "xake -j 4" was run) required to compile theCover.tex

In short, xake -j 4 seems to be removing compiled documents...