mirror of https://github.com/dynup/kpatch
Merge pull request #88 from jpoimboe/implicit-make-clean
always rebuild core module
This commit is contained in:
commit
75c2601a6c
|
@ -1,6 +1,6 @@
|
|||
include ../Makefile.inc
|
||||
|
||||
all:
|
||||
all: clean
|
||||
$(MAKE) -C core
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue