mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Fix make clean without binary existing
This commit is contained in:
parent
2d2e8114b3
commit
90bde09c82
@ -2,7 +2,7 @@ vtbufferd: vtbufferd.c tmt.c
|
||||
gcc -O3 --std=gnu11 -o vtbufferd vtbufferd.c tmt.c
|
||||
|
||||
clean:
|
||||
rm vtbufferd
|
||||
rm -f vtbufferd
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)/opt/confluent/bin
|
||||
|
Loading…
Reference in New Issue
Block a user