Artifact
e56346e53117cb396187a0826e4d0863639a961c:
- File
client/fnc/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: 93)
[more...]
- File
client/fnc/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: 93)
all:
clean:
$(MAKE) -C ../.. client-fnc clean-client-fnc
%:
$(MAKE) -C ../.. client-fnc $@