Merge pull request #756 from juergh/fix-clean-rule

kpatch-build: Fix clean rule (remove insn/*.o)
This commit is contained in:
Josh Poimboeuf 2017-11-07 11:36:09 -06:00 committed by GitHub
commit d6bcffe954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ uninstall:
$(RM) $(BINDIR)/kpatch-build
clean:
$(RM) $(TARGETS) *.o *.d insn/*.d
$(RM) $(TARGETS) *.o *.d insn/*.o insn/*.d