Artifact
59258c18a39faf191a135bc3f9674ef06df04cda:
- File
bindings/cpp/GNUmakefile
— part of check-in
[d489b0a596]
at
2021-12-21 05:45:03
on branch toplevel-make
— Renamed the various stub Makefiles to GNUmakefile for consistency with the top-level makefile.
(user:
stephan
size: 96)
[more...]
- File
bindings/cpp/Makefile
— part of check-in
[2a32d4ba97]
at
2021-12-21 04:26:03
on branch toplevel-make
— Found a not-too-terrible way of enabling partial builds, provided they're run from the appropriate subdir. Fixed assertions in f-sanity caused by __FILE__ now resolving differently and the Makefiles being reorged.
(user:
stephan
size: 96)
all:
clean:
$(MAKE) -C ../.. binding-cpp clean-binding-cpp
%:
$(MAKE) -C ../.. binding-cpp $@