Commit 6ce6d769 authored by chenhaowen's avatar chenhaowen

add: shared lib name with version

parent 12dedc5f
...@@ -51,7 +51,7 @@ md5.o md4.o sha1.o: ...@@ -51,7 +51,7 @@ md5.o md4.o sha1.o:
.PHONY : clean .PHONY : clean
clean: clean:
ifeq ($(LANG),) ifeq ($(LANG),)
del gdut-drcom.exe *.o *.dll del gdut-drcom.exe *.o *.dll.$(VERSION)
else else
$(RM) gdut-drcom *.o *.so $(RM) gdut-drcom *.o *.so.$(VERSION)
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment