diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-18 02:15:40 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-18 02:15:40 +0200 |
commit | 6aa6e9fc8b27850769899f23f4462c7eaf1da3d4 (patch) | |
tree | 8097c606b6529ad613e29e4c0bc080c34b8170db /sys/src/boot | |
parent | 6f3dfb57eba2eb9ab21e4a0d06c8415cccf45fb1 (diff) |
efi: make clean target virtual
Diffstat (limited to 'sys/src/boot')
-rw-r--r-- | sys/src/boot/efi/mkfile | 6 |
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 |