MT#55283 add lib/ Makefile

There is a generated file left behind (codeclib.strhash.c) that needs to
be cleaned up by `make clean`

Ref: https://bugs.debian.org/1101804
Change-Id: I22eef1124a84107478ef6058abb127eb65fc9aa5
(cherry picked from commit 2c636fd1c1)
(cherry picked from commit ef917c014f)
mr12.5.1
Richard Fuchs 4 weeks ago
parent d373c3e965
commit e94024ce15

@ -67,6 +67,7 @@ distclean clean:
$(MAKE) -C perf-tester clean
$(MAKE) -C kernel-module clean
$(MAKE) -C t clean
$(MAKE) -C lib clean
rm -f config.mk
.DEFAULT:

@ -0,0 +1,7 @@
.PHONY: clean distclean
.DEFAULT:
true
clean distclean:
rm -f *.strhash.*
Loading…
Cancel
Save