diff options
author | Devaev Maxim <[email protected]> | 2020-10-16 12:24:34 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-10-16 12:24:34 +0300 |
commit | 9860ed0871a8ae00018c9e99340d904815e70a25 (patch) | |
tree | 4f41afc9f42fd289c8d7b3580c5b51f8c787da6a /Makefile | |
parent | c4dfa728d3bc792b447343a4f242f18a7bedbd1f (diff) |
typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ endef all: @ echo "Useful commands:" @ echo " make # Print this help" - @ echo " make textenv # Build test environment" + @ echo " make testenv # Build test environment" @ echo " make tox # Run tests and linters" @ echo " make tox E=pytest # Run selected test environment" @ echo " make gpio # Create gpio mockup" |