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