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
|
||||
.gdb_history
|
||||
src/tags
|
||||
*tags
|
||||
*.taghl
|
||||
*.~lock*
|
||||
|
||||
2
Makefile
2
Makefile
@ -104,8 +104,6 @@ ${BIN}/%.elf : ${MAIN_OBJECT_FILES} ${COMMON_OBJECT_FILES}
|
||||
@echo
|
||||
@echo ==== linking $@ ====
|
||||
@echo ${COMMON_OBJECT_FILES}
|
||||
@echo ====================
|
||||
@echo ${LIBRARIES}
|
||||
@echo
|
||||
${DIR_GUARD}
|
||||
${CC} ${CFLAGS} --verbose -o $@ ${filter-out %ld, $^} ${LIBRARIES} ${LDFLAGS}
|
||||
|
||||
Reference in New Issue
Block a user