summaryrefslogtreecommitdiff
path: root/Makefile.sol.mingw
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-23 17:34:58 +0000
committerpixel <pixel>2002-12-23 17:34:58 +0000
commit6a7fc5b043c53b9a95ffb86fdc381a7d501086a4 (patch)
tree2b014b19be44514f82c790a2f6ff23e49111eec2 /Makefile.sol.mingw
parent6de972be0a2b03023bad880300abeb0bd7a25be4 (diff)
Adding slowly support for mingw32
Diffstat (limited to 'Makefile.sol.mingw')
-rw-r--r--Makefile.sol.mingw7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.sol.mingw b/Makefile.sol.mingw
new file mode 100644
index 0000000..2aafe72
--- /dev/null
+++ b/Makefile.sol.mingw
@@ -0,0 +1,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