C8051F32x firmware infrastructure
Sign in or create your account | Project List | Help
C8051F32x firmware infrastructure Commit Details
Date: | 2011-01-19 21:53:36 (12 years 8 months ago) |
---|---|
Author: | Werner Almesberger |
Commit: | ab915dd785630dfd9c59bb7137cb9b9ed17c740a |
Message: | lib/Makefile.common: changed "clean:" to
"clean::" to allow for additions |
Files: |
lib/Makefile.common (1 diff) |
Change Details
lib/Makefile.common | ||
---|---|---|
30 | 30 | uninstall: |
31 | 31 | rm -f $(INSTALL_PREFIX)/bin/$(MAIN) |
32 | 32 | |
33 | clean: | |
33 | clean:: | |
34 | 34 | rm -f $(MAIN).o $(OBJS) |
35 | 35 | |
36 | 36 | spotless: clean |
Branches:
master