diff --git a/Makefile b/Makefile index 473f4d0..ad620b4 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,10 @@ all: $(TARGETS) %: %.go go build $< + +install: $(TARGETS) + install -d $(DESTDIR)$(PREFIX) + install $(TARGETS) $(DESTDIR)$(PREFIX)/bin pmerge: pmerge.o pcap.o