C8051F32x firmware infrastructure
Sign in or create your account | Project List | Help
C8051F32x firmware infrastructure Commit Details
Date: | 2011-09-04 17:31:13 (12 years 19 days ago) |
---|---|
Author: | Werner Almesberger |
Commit: | f1f900944b4e70ab0808b7dde1a5600ad55a4f52 |
Message: | fw/common/Makefile.common (clean, spotless): allow overloading (with
::) |
Files: |
fw/common/Makefile.common (2 diffs) |
Change Details
fw/common/Makefile.common | ||
---|---|---|
111 | 111 | # ----- clean ----------------------------------------------------------------- |
112 | 112 | |
113 | 113 | |
114 | clean: | |
114 | clean:: | |
115 | 115 | rm -f $(OBJS:%=%.rel) |
116 | 116 | rm -f $(OBJS:%=%.asm) $(OBJS:%=%.lst) |
117 | 117 | rm -f $(OBJS:%=%.rst) $(OBJS:%=%.sym) |
... | ... | |
121 | 121 | # ----- spotless -------------------------------------------------------------- |
122 | 122 | |
123 | 123 | |
124 | spotless: clean | |
124 | spotless:: clean | |
125 | 125 | rm -f $(MAIN).bin .depend |
Branches:
master