git.annexia.org
/
rhbz1184405.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94d03e
)
make clean: Remove *~ files.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 30 Jan 2015 14:05:09 +0000
(14:05 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 30 Jan 2015 14:05:09 +0000
(14:05 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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) \