mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-23 05:20:31 +00:00
clear recreates build folder
This commit is contained in:
1
Makefile
1
Makefile
@ -121,6 +121,7 @@ endif
|
||||
clean: clean-gcc clean-binutils clean-fd2sfd clean-fd2pragma clean-ira clean-sfdc clean-vasm clean-vbcc clean-vlink clean-libnix clean-ixemul clean-clib2 clean-libdebug clean-libSDL12 clean-newlib clean-ndk clean-gmp clean-mpc clean-mpfr
|
||||
rm -rf $(BUILD)
|
||||
rm -rf *.log
|
||||
mkdir $(BUILD)
|
||||
|
||||
clean-gcc:
|
||||
rm -rf $(BUILD)/gcc
|
||||
|
||||
Reference in New Issue
Block a user