projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a52dc06
)
Remove correct output library file when running make clean in the LUFA build system.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 24 Aug 2014 08:56:56 +0000
(18:56 +1000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 24 Aug 2014 08:56:56 +0000
(18:56 +1000)
LUFA/Build/lufa_build.mk
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa_build.mk
b/LUFA/Build/lufa_build.mk
index
3469ec4
..
1bdfa1d
100644
(file)
--- a/
LUFA/Build/lufa_build.mk
+++ b/
LUFA/Build/lufa_build.mk
@@
-255,7
+255,7
@@
mostlyclean:
# Cleans all build files, leaving only the original source code
clean: mostlyclean
@echo $(MSG_REMOVE_CMD) Removing output files of \"$(TARGET)\"
# Cleans all build files, leaving only the original source code
clean: mostlyclean
@echo $(MSG_REMOVE_CMD) Removing output files of \"$(TARGET)\"
- rm -f $(TARGET).elf $(TARGET).hex $(TARGET).bin $(TARGET).eep $(TARGET).map $(TARGET).lss $(TARGET).sym $(TARGET).a
+ rm -f $(TARGET).elf $(TARGET).hex $(TARGET).bin $(TARGET).eep $(TARGET).map $(TARGET).lss $(TARGET).sym
lib
$(TARGET).a
# Performs a complete build of the user application and prints size information afterwards
all: build_begin elf hex bin lss sym size build_end
# Performs a complete build of the user application and prints size information afterwards
all: build_begin elf hex bin lss sym size build_end