mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +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.
|
# Change the build target to build a HEX file or a library.
|
||||||
ifeq ($(ARCH), AVR)
|
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
|
else
|
||||||
build: stamp_header tra lbm allsrc.cpp elf remallsrc bin lss
|
build: stamp_header tra lbm allsrc.cpp elf remallsrc bin
|
||||||
endif
|
endif
|
||||||
|
|
||||||
tra: translations/se.h
|
tra: translations/se.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue