Browse Source

minor update to test/Makefile.os2

Ozkan Sezer 3 years ago
parent
commit
93cab32db3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile.os2

+ 1 - 1
test/Makefile.os2

@@ -57,7 +57,7 @@ all: $(TARGETS)
 .c: ../src/test
 .c: ../src/test
 
 
 $(TESTLIB): $(COBJS)
 $(TESTLIB): $(COBJS)
-  wlib -q -b -n -c $@ $(COBJS)
+  wlib -q -b -n -c -pa -s -t -zld -ii -io $@ $(COBJS)
 
 
 .obj.exe:
 .obj.exe:
   @%make $(TESTLIB)
   @%make $(TESTLIB)