fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42126?usp=email )
Change subject: Makefile: clean-logs: also remove *.merged
......................................................................
Makefile: clean-logs: also remove *.merged
Change-Id: I6efe839ae2d527387b533fd110965335c0f850c9
---
M Makefile
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/26/42126/1
diff --git a/Makefile b/Makefile
index d7f8b7d..9cafa4c 100644
--- a/Makefile
+++ b/Makefile
@@ -157,3 +157,4 @@
clean-logs:
find $(SUBDIRS) -name "*.log" -print -delete
+ find $(SUBDIRS) -name "*.merged" -print -delete
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42126?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I6efe839ae2d527387b533fd110965335c0f850c9
Gerrit-Change-Number: 42126
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>