tCleanup makefile. - uwu - hardware bitcoin wallet software and build system
HTML git clone https://git.parazyd.org/uwu
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ade0555b0c8423cd65f5978241e68b6af5d49bff
DIR parent 192f38cae340ad4998274aabb2ade35aa8588007
HTML Author: parazyd <parazyd@dyne.org>
Date: Sat, 21 Nov 2020 02:22:23 +0100
Cleanup makefile.
Diffstat:
M Makefile | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -51,12 +51,9 @@ $(IMAGE): $(BINS) $(BOOT_BINS) $(ALPINE_BINS) alpinechroot
sudo cpio -oa --reproducible --format=newc | xz -v - > ../$@)
clean:
- rm -rf $(BINS) $(BOOT_BINS) qemu-wrapper.c
+ sudo rm -rf $(BINS) $(BOOT_BINS) qemu-wrapper.c $(IMAGE) alpinechroot
distclean: clean
- rm -rf $(KERNEL_BINS) $(ALPINE_BINS) $(IMAGE)
+ rm -rf $(KERNEL_BINS) $(ALPINE_BINS)
-mrproper: distclean
- sudo rm -rf alpinechroot
-
-.PHONY: all clean image
+.PHONY: all image clean distclean