From 8b80b876914a828b8da1439fde940fcfe49fea2c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 4 Nov 2017 20:48:55 +0000 Subject: Update bearssl and libressl --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc4a000..2112887 100644 --- a/Makefile +++ b/Makefile @@ -60,10 +60,6 @@ distclean: clean: ls -1 $(OUTPUT) | grep -vF sources | while read a ; do rm -rf $(OUTPUT)/"$$a" & : ; done ; true -# same as above, minus the kernel (TODO) -quickclean: - ls -1 $(OUTPUT) | grep -vF sources | while read a ; do rm -rf $(OUTPUT)/"$$a" & : ; done ; true - # other available targets to clean subsystems: # clean-busybox # clean-dropbear -- cgit v1.3.1