summaryrefslogtreecommitdiff
path: root/Makefile.sol.mingw
blob: 2aafe72274ca960390fdd8d24b687b4c1f844404 (plain)
1
2
3
4
5
6
7
SUBDIRS = lib

all:
	for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir -f Makefile.sol.mingw all ; done

clean:
	for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir -f Makefile.sol.mingw clean ; done