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
1 changed files with 4 additions and 0 deletions

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__