How to modify the default settings for avr-project Makefile?

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
soggybag
 
Posts: 35
Joined: Sat Mar 01, 2008 3:28 am

How to modify the default settings for avr-project Makefile?

Post by soggybag »

I've installed the AVRMacPack and have everything working fine. Each time I create a project avr-project creates a default Makefile which I need to modify to match the chip I am using. How can I modify the default settings of the Makefile? I'd like to have the settings I use most often in the default file created with a new project.

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: How to modify the default settings for avr-project Makefile?

Post by adafruit »

i just edit 'em each time :)

User avatar
soggybag
 
Posts: 35
Joined: Sat Mar 01, 2008 3:28 am

Re: How to modify the default settings for avr-project Makefile?

Post by soggybag »

Thanks for the reply. I have one that I copy and paste. But I thought there might be an easier way.

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: How to modify the default settings for avr-project Makefile?

Post by adafruit »

i find makefiles to be a real mystery. even after hacking on unix systems for a dozen years :(

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”