Reorganize tree
[libside.git] / Makefile
1 SUBDIRS := src/
2
3 all: $(SUBDIRS)
4 $(SUBDIRS):
5 $(MAKE) -C $@
6
7 .PHONY: all $(SUBDIRS)
This page took 0.071086 seconds and 5 git commands to generate.