make clean: Remove *~ files.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 30 Jan 2015 14:05:09 +0000 (14:05 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 30 Jan 2015 14:05:09 +0000 (14:05 +0000)
Makefile

index 1be64ed..6595580 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ init: init.c
        echo '2048,,L' | sfdisk --force $@
 
 clean:
-       rm -f $(disks) $(modules) init initrd AAVMF_VARS.fd
+       rm -f *~ $(disks) $(modules) init initrd AAVMF_VARS.fd
 
 run:   initrd $(disks) AAVMF_VARS.fd
        $(qemu) \