Small changes to Makefiles.
epsi-builds/msspec_python3/pipeline/head This commit looks good Details

This commit is contained in:
sylvain tricot 2021-01-13 18:26:08 +01:00
parent b8876a7632
commit 1db975233a
3 changed files with 8 additions and 1 deletions

View File

@ -52,3 +52,7 @@ doc:
clean:: clean::
@+$(MAKE) -C src/ clean @+$(MAKE) -C src/ clean
help:
@echo "Top Makefile help message"

View File

@ -56,5 +56,5 @@ clean::
help: help:
@echo "help message" @echo "SRC Makefile help message"

View File

@ -69,6 +69,9 @@ OBJS = $(addprefix $(BUILDDIR)/, $(patsubst %.f,%.o, $(filter-out $(MAIN_F), $(S
.PHONY: clean obj all info .PHONY: clean obj all info
help:
info: info:
@echo "Compilation information for msspec $(VERSION)" @echo "Compilation information for msspec $(VERSION)"
@echo "FC : $(FC)" @echo "FC : $(FC)"