diff options
Diffstat (limited to 'Makefile.sol.mingw')
-rw-r--r-- | Makefile.sol.mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sol.mingw b/Makefile.sol.mingw index 2aafe72..50e5f4a 100644 --- a/Makefile.sol.mingw +++ b/Makefile.sol.mingw @@ -1,4 +1,4 @@ -SUBDIRS = lib +SUBDIRS = lib src all: for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir -f Makefile.sol.mingw all ; done |