We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
obsclean
1 parent 8974375 commit b15023aCopy full SHA for b15023a
Makefile
@@ -727,8 +727,10 @@ maintainer-clean: distclean
727
$(RM) $(PYTHON_GENERATED)
728
729
# We used to have gen_ files, now we have _gen files.
730
+# We used to generate doc/schemas/lightning-sql.json.
731
obsclean:
732
$(RM) gen_*.h */gen_*.[ch] */*/gen_*.[ch]
733
+ $(RM) doc/schemas/lightning-sql.json
734
735
clean: obsclean
736
$(RM) libccan.a $(CCAN_OBJS) $(CDUMP_OBJS) $(ALL_OBJS)
0 commit comments