From: houdek Date: Fri, 5 May 2017 14:07:04 +0000 (+0000) Subject: Makefile: target clean X-Git-Tag: 0.0~57 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/jailhouse-build.git/commitdiff_plain/587e2b7f30583f916853e1785d3bfb610f047825 Makefile: target clean --- diff --git a/build/Makefile b/build/Makefile index 01fcb61..34cdc22 100644 --- a/build/Makefile +++ b/build/Makefile @@ -12,3 +12,6 @@ rootfs-overlay/lib/modules/3.10.96/kernel: linux-3.10/vmlinux: $(MAKE) -C $(@D) + +clean: + rm buildroot/images/rootfs.cpio.uboot