mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-25 20:50:28 +00:00
Add install section for Makefile in debian packaging
This commit is contained in:
@@ -3,3 +3,8 @@ vtbufferd: vtbufferd.c tmt.c
|
||||
|
||||
clean:
|
||||
rm vtbufferd
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)/opt/confluent/bin
|
||||
$(INSTALL) -s vtbufferd $(DESTDIR)/opt/confluent/bin
|
||||
|
||||
|
Reference in New Issue
Block a user