Rev 312 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 312 | Rev 341 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | # (Note: 3 is not always the best optimization level. See avr-libc FAQ.) |
57 | # (Note: 3 is not always the best optimization level. See avr-libc FAQ.) |
58 | OPT = 2 |
58 | OPT = 2 |
Line 59... | Line 59... | ||
59 | 59 | ||
60 | # If there is more than one source file, append them above, or modify and |
60 | # If there is more than one source file, append them above, or modify and |
61 | # uncomment the following: |
61 | # uncomment the following: |
Line 62... | Line 62... | ||
62 | SRC = main.c lprg.c timer.c analog.c |
62 | SRC = main.c lprg.c timer.c |
63 | 63 |