Skip to content

Commit

Permalink
mk/re: info double colon rule (#64)
Browse files Browse the repository at this point in the history
With Double-Colon Rules you can now extend make info in other makefiles.
  • Loading branch information
sreimers authored Dec 24, 2020
1 parent 5aa810b commit 432fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/re.mk
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ distclean:
@rm -f `find . -name "*.dylib"`

.PHONY: info
info:
info::
@echo "info - $(PROJECT) version $(VERSION)"
@echo " MODULES: $(MODULES)"
# @echo " SRCS: $(SRCS)"
Expand Down

0 comments on commit 432fa6a

Please sign in to comment.