summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-23 17:34:58 +0000
committerpixel <pixel>2002-12-23 17:34:58 +0000
commitb4e157b093d8650eac9fbc3782e59868e2453787 (patch)
treec2347e08a7d9e62aee10ec608769feba57278c40 /lib
parentb8972db74abbec403fbbe79fdd9b7893cccd2dab (diff)
Adding slowly support for mingw32
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.sol.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.sol.mingw b/lib/Makefile.sol.mingw
index 999c48e..d581a1e 100644
--- a/lib/Makefile.sol.mingw
+++ b/lib/Makefile.sol.mingw
@@ -10,8 +10,8 @@ TARGET = Baltisot-sol.a
all: $(TARGET)
$(TARGET): $(OBJECTS)
- $(AR) r Baltisot-sol.a $(OBJECTS)
- $(RANLIB) Baltisot-sol.a
+ $(AR) r $(TARGET) $(OBJECTS)
+ $(RANLIB) $(TARGET)
clean:
rm -f *.o $(TARGET)