aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9cf7a3f..b84bf10 100644
--- a/Makefile
+++ b/Makefile
@@ -68,11 +68,11 @@ clean:
.PHONY: clean-vcl
clean-vcl:
- @rm -f $(B)/.vcl*
+ @rm -f $(B)/.*vcl*
.PHONY: clean-ldp
clean-ldp:
- @rm -f $(B)/.ldp*
+ @rm -f $(B)/.*ldp*
$(BR)/.deps.ok:
make dep