From 65104df45bfc29501fd2992fafdbd3408d982a30 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 10 Jul 2019 10:23:57 +0200 Subject: [PATCH] Burrow clock: make clean --- usb/host/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usb/host/Makefile b/usb/host/Makefile index aebb0d5..d99cfd4 100644 --- a/usb/host/Makefile +++ b/usb/host/Makefile @@ -13,3 +13,6 @@ burrow-clock: LDLIBS += -lmosquitto install: all install burrow-clock /usr/local/sbin/ + +clean: + rm -f burrow-clock test -- 2.39.2