summaryrefslogtreecommitdiff
path: root/Makefile.sol.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.sol.mingw')
-rw-r--r--Makefile.sol.mingw7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.sol.mingw b/Makefile.sol.mingw
deleted file mode 100644
index 50e5f4a..0000000
--- a/Makefile.sol.mingw
+++ /dev/null
@@ -1,7 +0,0 @@
-SUBDIRS = lib src
-
-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