Small changes to Makefiles.
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
This commit is contained in:
parent
b8876a7632
commit
1db975233a
4
Makefile
4
Makefile
|
@ -52,3 +52,7 @@ doc:
|
||||||
clean::
|
clean::
|
||||||
@+$(MAKE) -C src/ clean
|
@+$(MAKE) -C src/ clean
|
||||||
|
|
||||||
|
|
||||||
|
help:
|
||||||
|
@echo "Top Makefile help message"
|
||||||
|
|
||||||
|
|
|
@ -56,5 +56,5 @@ clean::
|
||||||
|
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "help message"
|
@echo "SRC Makefile help message"
|
||||||
|
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue