Skip to content

Commit b15023a

Browse files
committed
Makefile: remove doc/schemas/lightning-sql.json during obsclean.
Otherwise it can get included in contrib/msggen/msggen/schema.json! Signed-off-by: Rusty Russell <[email protected]>
1 parent 8974375 commit b15023a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,10 @@ maintainer-clean: distclean
727727
$(RM) $(PYTHON_GENERATED)
728728

729729
# We used to have gen_ files, now we have _gen files.
730+
# We used to generate doc/schemas/lightning-sql.json.
730731
obsclean:
731732
$(RM) gen_*.h */gen_*.[ch] */*/gen_*.[ch]
733+
$(RM) doc/schemas/lightning-sql.json
732734

733735
clean: obsclean
734736
$(RM) libccan.a $(CCAN_OBJS) $(CDUMP_OBJS) $(ALL_OBJS)

0 commit comments

Comments
 (0)