roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

commit 3b41dd30ad587b6a17cc75e2ca286ea92868a5b2
parent 21a899a28fc4e9a3963b512bbbbc2f78a49602a7
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 21 Dec 2017 14:21:07 +0100

Add mrproper target to main Makefile.

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -29,3 +29,6 @@ distclean: make -C linux distclean make -C squashfs distclean make -C u-boot distclean + +mrproper: clean distclean + rm -rf dist