1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-12-22 02:14:26 +01:00

Makefile: Add a proper clean rule

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2019-06-14 21:34:45 +02:00
parent 6725555af6
commit becb21bbbc

View File

@ -25,3 +25,7 @@ install:
pip install --upgrade --force-reinstall --root=$(DESTDIR) .
cp -av share/* $(DESTDIR)/$(PREFIX)/share
clean:
rm -f gpio-wait
rm -rf pydoorlock/__pycache__