]> git.tuebingen.mpg.de Git - osl.git/commitdiff
build: Create dependencies on the fly.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 16 May 2020 11:23:03 +0000 (13:23 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Jun 2020 19:49:42 +0000 (21:49 +0200)
This is faster since we run the compiler only once. It is more robust,
too, because the build does not break if a random .h file is added to
the working directory. Using $(wildcard) is almost always a mistake..


No differences found