mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Fix failure of make distclean when linuxkm is enabled
$ make distclean Making distclean in linuxkm make[1]: Entering directory '/home/honma/git/wolfssl/linuxkm' make[1]: *** No rule to make target 'distclean'. Stop. make[1]: Leaving directory '/home/honma/git/wolfssl/linuxkm' make: *** [Makefile:6431: distclean-recursive] Error 1 Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
@ -112,6 +112,9 @@ clean:
|
||||
.PHONY: check
|
||||
check:
|
||||
|
||||
.PHONY: distclean
|
||||
distclean: clean
|
||||
|
||||
.PHONY: dist
|
||||
dist:
|
||||
|
||||
|
Reference in New Issue
Block a user