hartmannathan
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/Makefile
|
@ -993,5 +993,5 @@ clean: |
|
|
|
|
|
|
|
|
.PHONY: all build elf hex eep lss sym program coff extcoff clean depend sizebefore sizeafter |
|
|
.PHONY: all build elf hex eep lss sym program coff extcoff clean depend sizebefore sizeafter |
|
|
|
|
|
|
|
|
# Automaticaly include the dependency files created by gcc
|
|
|
# Automatically include the dependency files created by gcc
|
|
|
-include ${patsubst %.o, %.d, ${OBJ}} |
|
|
-include ${patsubst %.o, %.d, ${OBJ}} |
|
|