Reverted 'clean' target optimization. MinGW/MSYS uses targets without ".exe",
but for removing files the extension is required.
This commit is contained in:
parent
2809e7f5ad
commit
8e0ea486c9
@ -530,7 +530,14 @@ zip:
|
||||
clean:
|
||||
@RMCOMMAND@ *.o
|
||||
@RMCOMMAND@ *.a
|
||||
@RMCOMMAND@ bochs@EXE@ bximage@EXE@ @OPTIONAL_TARGET@
|
||||
@RMCOMMAND@ bochs
|
||||
@RMCOMMAND@ bochs.exe
|
||||
@RMCOMMAND@ bximage
|
||||
@RMCOMMAND@ bximage.exe
|
||||
@RMCOMMAND@ bxhub
|
||||
@RMCOMMAND@ bxhub.exe
|
||||
@RMCOMMAND@ niclist
|
||||
@RMCOMMAND@ niclist.exe
|
||||
@RMCOMMAND@ bochs.out
|
||||
@RMCOMMAND@ bochsout.txt
|
||||
@RMCOMMAND@ *.exp *.lib
|
||||
|
Loading…
Reference in New Issue
Block a user