Skip to content

Commit 74ea270

Browse files
committed
🔧 update Makefile
1 parent a7eb8d4 commit 74ea270

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
.PHONY:
2+
test:
3+
python -m unittest discover -s tests -p "test_*.py"
4+
15
setup:
26
python setup.py install
37

4-
5-
.PHONY:
68
check:
79
python setup.py check
810

@@ -19,4 +21,4 @@ uninstall:
1921
echo y | pip uninstall code-counter
2022

2123
clean:
22-
rm -rf build code_counter.* dist
24+
rm -rf build code_counter.* dist

0 commit comments

Comments
 (0)