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
pull/1924/head
Richard Fuchs 3 weeks ago
parent afc5ac96c2
commit 2c636fd1c1

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

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