Skip to content

Commit 0918e4a

Browse files
committed
clean Makefile
1 parent 8738344 commit 0918e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test clean setup deploy status lint
1+
.PHONY: run test clean setup lint
22

33
run:
44
./bin/python favwatch.py
@@ -9,7 +9,7 @@ test:
99

1010
clean:
1111
find . -name "*.py[co]" -delete
12-
rm -rf *sqlite* __pycache__ .mypy_cache
12+
rm -rf __pycache__ .mypy_cache
1313

1414
setup:
1515
python3 -m venv .

0 commit comments

Comments
 (0)