diff --git a/Makefile b/Makefile index e66417105..b9ccd3f94 100644 --- a/Makefile +++ b/Makefile @@ -332,6 +332,7 @@ update-ccan: grep -v '^CCAN version:' ccan.old/README > ccan/README echo CCAN version: `git -C ../ccan describe` >> ccan/README $(RM) -r ccan.old + $(RM) -r ccan/ccan/hash/ ccan/ccan/tal/talloc/ # Unnecessary deps # Now ALL_PROGRAMS is fully populated, we can expand it. all-programs: $(ALL_PROGRAMS)