CVS: examples/libraries makefile,NONE,1.1
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/examples/libraries In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12790/examples/libraries Added Files: makefile Log Message: ensure that clean is run in the libraries examples when the installer is built --- NEW FILE: makefile --- PROJECTS = eventhandler fll spi .PHONY: clean clean: for d in $(PROJECTS); do if [ -f makefile -o -f Makefile ]; then make -C $$d clean; fi; done ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click