sylvandb / gruvin9x

Automatically exported from code.google.com/p/gruvin9x
0 stars 0 forks source link

Makefile header text is out of date #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
src/Makefile has comments in at the beginning of the file. They are misleading 
and completely out of date, thus in need of updating.

snapshot ...

# !!!! BETA Makefile !!!!
# !!!! Use at own risk !!!!
#----------------------------------------------------------------------------
# On command line:
#
# make all = Make software.
#
# make clean = Clean out built project files.
#
# make coff = Convert ELF to AVR COFF.
#
# make extcoff = Convert ELF to AVR Extended COFF.
#
# make program = Download the hex file to the device, using avrdude.
#                Please customize the avrdude settings below first!
#
# make debug = Start either simulavr or avarice as specified for debugging,
#              with avr-gdb or avr-insight as the front end for debugging.
#
# make filename.s = Just compile filename.c into the assembler code only.
#
# make filename.i = Create a preprocessed source file for use in submitting
#                   bug reports to the GCC project.
#
# To rebuild project do "make clean" then "make all".
#----------------------------------------------------------------------------

Original issue reported on code.google.com by gru...@gmail.com on 20 Jan 2012 at 4:38

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
trunk and frsky Makefiles updated with extra header comments including AVRDUDE 
flash/eeprom/fuse handling

Original comment by gru...@gmail.com on 21 Jan 2012 at 2:01