Fixed issues in Makefile
* fixed Makefile * tweaked .gitignore
This commit is contained in:
parent
9ba08bb630
commit
e0d4f8c5f1
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
bin
|
bin
|
||||||
.gdb_history
|
.gdb_history
|
||||||
src/tags
|
*tags
|
||||||
*.taghl
|
*.taghl
|
||||||
|
*.~lock*
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -104,8 +104,6 @@ ${BIN}/%.elf : ${MAIN_OBJECT_FILES} ${COMMON_OBJECT_FILES}
|
|||||||
@echo
|
@echo
|
||||||
@echo ==== linking $@ ====
|
@echo ==== linking $@ ====
|
||||||
@echo ${COMMON_OBJECT_FILES}
|
@echo ${COMMON_OBJECT_FILES}
|
||||||
@echo ====================
|
|
||||||
@echo ${LIBRARIES}
|
|
||||||
@echo
|
@echo
|
||||||
${DIR_GUARD}
|
${DIR_GUARD}
|
||||||
${CC} ${CFLAGS} --verbose -o $@ ${filter-out %ld, $^} ${LIBRARIES} ${LDFLAGS}
|
${CC} ${CFLAGS} --verbose -o $@ ${filter-out %ld, $^} ${LIBRARIES} ${LDFLAGS}
|
||||||
|
|||||||
Reference in New Issue
Block a user