Introduce empty rcu test
[libside.git] / Makefile
CommitLineData
80a8b8dd 1SUBDIRS := src/ tests/
e5540b2a 2
f611d0c3
MD
3all: $(SUBDIRS)
4$(SUBDIRS):
5 $(MAKE) -C $@
e5540b2a 6
bdc39c09 7clean:
80a8b8dd 8 for dir in $(SUBDIRS); do $(MAKE) clean -C $$dir; done
bdc39c09 9
80a8b8dd 10.PHONY: all $(SUBDIRS) clean
This page took 0.024837 seconds and 4 git commands to generate.