Skip to content

Commit 3279130

Browse files
authored
Update makefile (#30)
1 parent 968663f commit 3279130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
SHELL = /bin/bash
22

3-
build:
3+
build: install lint
4+
5+
install:
46
pip install -r requirements.txt && \
57
python setup.py install
68

0 commit comments

Comments
 (0)