rgb-cln/contrib/pyln-proto/pyln/proto/message/Makefile

5 lines
68 B
Makefile

#! /usr/bin/make
refresh:
for d in bolt*; do $(MAKE) -C $$d; done