2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Fix make clean without binary existing

This commit is contained in:
Jarrod Johnson 2021-07-01 16:39:36 -04:00
parent 2d2e8114b3
commit 90bde09c82

View File

@ -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