Makefile - replace "source" with . for POSIC compatibility

Co-authored-by: Felipe Martin Garcia <me@fmartingr.com>
This commit is contained in:
Sebastian 2021-11-11 14:29:08 +01:00 committed by GitHub
parent 2dfbf3500d
commit 511edfca76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ venv: .built/venv
test: venv
( \
source venv/bin/activate ;\
. venv/bin/activate ;\
python3 setup.py install ;\
luxa off ;\
sleep 1 ;\