From ae9e14c1521c245a544bd346720d5f0f90145f77 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 14 May 2023 16:40:18 +0200 Subject: [PATCH] Influx: make clean --- influx/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/influx/Makefile b/influx/Makefile index d3720f0..42fd92f 100644 --- a/influx/Makefile +++ b/influx/Makefile @@ -14,3 +14,6 @@ burrow-influx: burrow-influx.c install: all install burrow-influx /usr/local/sbin/ + +clean: + rm -f burrow-influx -- 2.39.2