Fix test
[libside.git] / Makefile
1 SUBDIRS := src/
2
3 all: $(SUBDIRS)
4 $(SUBDIRS):
5 $(MAKE) -C $@
6
7 clean:
8 $(MAKE) clean -C src/
9
10 .PHONY: all $(SUBDIRS) clean clean-$(SUBDIRS)
This page took 0.028058 seconds and 4 git commands to generate.