mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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)
|