From 7dc825dbe96cbff5a64dc2dbc0ef3a68e25452ec Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 20 Apr 2020 16:10:06 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49bc35c9..9ec7b6e7 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ These build targets exist: * man: creates simple man pages from the help option of the programs * install: installs everything you have compiled with the build options above * clean: cleans everything compiled, not downloads (unless not on a checkout) -* deelclean: cleans everything including downloads +* deepclean: cleans everything including downloads * code-format: format the code, do this before you commit and send a PR please! * tests: runs test cases to ensure that all features are still working as they should * unit: perform unit tests (based on cmocka)