mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
8 lines
105 B
Makefile
8 lines
105 B
Makefile
|
|
all:
|
|
@(cd db; $(MAKE))
|
|
@(cd test; $(MAKE))
|
|
clean:
|
|
@(cd db; $(MAKE) clean)
|
|
@(cd test; $(MAKE) clean)
|