]> git.tuebingen.mpg.de Git - osl.git/commit
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)
commitd9a840ff11d680e3b8801228e359b3a6d7e06182
tree522f82b5bc1c7bf814b005460d217098a5aa5e90
parenteb1b5f7cdcb7110a2d92e8823afe388e04634af5
build: Create dependencies on the fly.

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..
.gitignore
Makefile