kpatch/kpatch/Makefile
Seth Jennings 5932f0d083 add uninstall target
Make it easy to clean up an install

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-03-20 11:29:25 -05:00

13 lines
145 B
Makefile

include ../Makefile.inc
all:
install: all
$(INSTALL) -d $(SBINDIR)
$(INSTALL) kpatch $(SBINDIR)
uninstall:
$(RM) $(SBINDIR)/kpatch
clean: