summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/boot/efi/mkfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/src/boot/efi/mkfile b/sys/src/boot/efi/mkfile
index 699f21867..6498d427a 100644
--- a/sys/src/boot/efi/mkfile
+++ b/sys/src/boot/efi/mkfile
@@ -9,6 +9,9 @@ install:V: $TARG
cp bootia32.efi /386
cp bootx64.efi /386
+clean:V:
+ rm -f *.[68] *.out $TARG
+
bootia32.efi: pe32.8 efi.8 sub.8
8l -l -H3 -T$IMAGEBASE -o $target $prereq
@@ -38,6 +41,3 @@ sub.6: sub.c
6c $CFLAGS sub.c
%.6: $HFILES
-
-clean:
- rm -f *.[68] *.out $TARG