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:
.PHONY : clean
clean:
ifeq ($(LANG),)
del gdut-drcom.exe *.o *.dll
del gdut-drcom.exe *.o *.dll.$(VERSION)
else
$(RM) gdut-drcom *.o *.so
$(RM) gdut-drcom *.o *.so.$(VERSION)
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