added -s to ar
This commit is contained in:
parent
8d6b859bf8
commit
4d064c69ce
|
|
@ -15,7 +15,7 @@ SUBDIRS=
|
||||||
lib:libbwtgen.a
|
lib:libbwtgen.a
|
||||||
|
|
||||||
libbwtgen.a:$(OBJS)
|
libbwtgen.a:$(OBJS)
|
||||||
$(AR) -cru $@ $(OBJS)
|
$(AR) -scru $@ $(OBJS)
|
||||||
|
|
||||||
cleanlocal:
|
cleanlocal:
|
||||||
rm -f gmon.out *.o a.out $(PROG) *~ *.a
|
rm -f gmon.out *.o a.out $(PROG) *~ *.a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue