mirror of
https://github.com/opentx/opentx.git
synced 2025-07-27 02:05:16 +03:00
Let's speed up compilation
This commit is contained in:
parent
5419429ad0
commit
308537ed17
1 changed files with 2 additions and 2 deletions
|
@ -1030,9 +1030,9 @@ all: begin gccversion sizebefore build sizeafter end
|
|||
|
||||
# Change the build target to build a HEX file or a library.
|
||||
ifeq ($(ARCH), AVR)
|
||||
build: stamp_header tra lbm allsrc.cpp elf remallsrc hex eep lss sym
|
||||
build: stamp_header tra lbm allsrc.cpp elf remallsrc hex
|
||||
else
|
||||
build: stamp_header tra lbm allsrc.cpp elf remallsrc bin lss
|
||||
build: stamp_header tra lbm allsrc.cpp elf remallsrc bin
|
||||
endif
|
||||
|
||||
tra: translations/se.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue