Removed rm *.so

This commit is contained in:
vraatikka 2013-07-09 12:22:17 +03:00
parent 15cba9895c
commit 03fad6fc1c

View File

@ -78,7 +78,7 @@ gateway: $(OBJ)
clean:
rm -f $(OBJ) gateway
rm *.so
tags:
ctags $(SRCS) $(HDRS)