aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-01-30 14:47:23 +0000
committerMatt Fleming <matt.fleming@intel.com>2012-02-02 16:24:44 +0000
commitf05b156576af60532b0dd2bb443f851a0f0a4d8f (patch)
treed6275231d3c75e4ce7c3b1e34090c9a298dfaadb
parente5b9b7e91515ecf01fa4d6df06e6408ec48da0d2 (diff)
downloadsyslinux-f05b156576af60532b0dd2bb443f851a0f0a4d8f.tar.gz
syslinux-f05b156576af60532b0dd2bb443f851a0f0a4d8f.tar.xz
syslinux-f05b156576af60532b0dd2bb443f851a0f0a4d8f.zip
efi: Delete efi/wrapper in spotless make target
Previously there was no make target that would delete the wrapper application, so add it to the 'spotless' target. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--efi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/efi/Makefile b/efi/Makefile
index 39b99eff..b67af60f 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -63,4 +63,4 @@ tidy dist:
clean: tidy
spotless: clean
- rm -f $(BTARGET)
+ rm -f $(BTARGET) wrapper