Skip to content

Commit 74b5dfe

Browse files
Remove makefile rule that manually patchies libcurl
1 parent 320b6e3 commit 74b5dfe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ target:
77
init:
88
pip3 install -r requirements/base.txt -r requirements/dev.txt
99

10-
.PHONY: patch-libcurl-configure-template
11-
patch-libcurl-configure-template:
12-
sh ./scripts/patch_libcurl_config.sh
13-
1410
.PHONY: test
1511
test: check-format
1612
pytest --cov awslambdaric --cov-report term-missing --cov-fail-under 90 tests

0 commit comments

Comments
 (0)