Skip to content

Commit a18e8c0

Browse files
committed
[python-conprof] tweak makefile
1 parent ab2260f commit a18e8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clean: ## cleans the build artifacts
77
rm -Rf build/ dist/ *.egg-info $(WHEEL_DIR)
88
.PHONY: clean
99

10-
install:
10+
install: ## install dependencies
1111
pip install .
1212
.PHONY: install
1313

0 commit comments

Comments
 (0)