~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to Tido/BLF-VLD/Default/subdir.mk

  • Committer: Selene Scriven
  • Date: 2015-09-14 19:24:28 UTC
  • mto: (153.1.18 tiny25)
  • mto: This revision was merged to the branch mainline in revision 156.
  • Revision ID: ubuntu@toykeeper.net-20150914192428-v83iibqzvjlxko9h
updated to BLF-VLD 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
%.o: ../%.c
18
18
        @echo 'Building file: $<'
19
19
        @echo 'Invoking: AVR Compiler'
20
 
        avr-gcc -Wall -g1 -gstabs -Os -fpack-struct -fshort-enums -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=attiny13 -DF_CPU=4800000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -c -o"$@" "$<"
 
20
        avr-gcc -Wall -Os -fpack-struct -fshort-enums -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=attiny13 -DF_CPU=4800000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -c -o"$@" "$<"
21
21
        @echo 'Finished building: $<'
22
22
        @echo ' '
23
23