efi: make clean target virtual
This commit is contained in:
parent
6f3dfb57eb
commit
6aa6e9fc8b
1 changed files with 3 additions and 3 deletions
|
@ -9,6 +9,9 @@ install:V: $TARG
|
||||||
cp bootia32.efi /386
|
cp bootia32.efi /386
|
||||||
cp bootx64.efi /386
|
cp bootx64.efi /386
|
||||||
|
|
||||||
|
clean:V:
|
||||||
|
rm -f *.[68] *.out $TARG
|
||||||
|
|
||||||
bootia32.efi: pe32.8 efi.8 sub.8
|
bootia32.efi: pe32.8 efi.8 sub.8
|
||||||
8l -l -H3 -T$IMAGEBASE -o $target $prereq
|
8l -l -H3 -T$IMAGEBASE -o $target $prereq
|
||||||
|
|
||||||
|
@ -38,6 +41,3 @@ sub.6: sub.c
|
||||||
6c $CFLAGS sub.c
|
6c $CFLAGS sub.c
|
||||||
|
|
||||||
%.6: $HFILES
|
%.6: $HFILES
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f *.[68] *.out $TARG
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue