mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Add target echo-contrib
Add (empty) target echo-contrib, to be used as dependency in specialized makefiles.
This commit is contained in:
parent
069fab76a1
commit
191ba93726
1 changed files with 2 additions and 0 deletions
|
|
@ -150,6 +150,8 @@ echo-modules:
|
|||
echo-include:
|
||||
@echo "INCLUDE : $(INCLUDE)"
|
||||
|
||||
echo-contrib:
|
||||
|
||||
trace-marks:
|
||||
for f in $(ALL_CPP); do \
|
||||
sed 's/^{$$/{_/' $$f > $$f.rep ;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue