Skip to content
  • Philipp  Trunschke's avatar
    bugfix in `make doc` · bb32430a
    Philipp Trunschke authored
    - rule `doc` in ./Makefile depended on `doc/parseDoxytags` which had no rule
      in ./Makefile
    - add missing `-std=c++11` flag to `$(CXX)`-calls in ./doc/Makefile
    - replaced .FORCE rules by .PHONY declarations
    bb32430a