Makefile: add real.gitclean target which calls 'git clean -fxd'

Ease cleaning up everything. IMOH better then real.clean target

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-04-02 17:06:12 -04:00
parent ee1978ffc0
commit 8fcf1ddba8
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -793,3 +793,5 @@ real.clean:
fi; \
done
cd install && rm -rf -- *
real.gitclean:
git clean -fxd