efi: make clean target virtual

This commit is contained in:
cinap_lenrek 2014-10-18 02:15:40 +02:00
parent 6f3dfb57eb
commit 6aa6e9fc8b

View file

@ -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