Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad3b564d authored by Sasha Levin's avatar Sasha Levin
Browse files

tools/liblockdep: Remove all build files when doing make clean



We forgot to remove the shared library with the version number when
'make clean' ran, fix the clean pattern.

Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent 0041898e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ install_lib: all_cmd
install: install_lib

clean:
	$(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d
	$(RM) *.o *~ $(TARGETS) *.a *liblockdep*.so* $(VERSION_FILES) .*.d
	$(RM) tags TAGS

endif # skip-makefile