summaryrefslogtreecommitdiff
path: root/Makefile.sol.mingw
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-23 23:54:34 +0000
committerpixel <pixel>2002-12-23 23:54:34 +0000
commit041b4dea4bf8413835ee8a7d0520ab5016c69799 (patch)
treeb79777fa1e825d92bdb25993356a06cd051f65c0 /Makefile.sol.mingw
parent80e2d2b543b6cf3f483e405b2bf3d620ccd13985 (diff)
mingw32 compiling... whoaaa ;-)
Diffstat (limited to 'Makefile.sol.mingw')
-rw-r--r--Makefile.sol.mingw2
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