avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avr-gcc-list] Problems with makefile


From: Mikkel Elmholdt
Subject: RE: [avr-gcc-list] Problems with makefile
Date: Tue, 4 Jun 2002 14:03:09 +0200

Just a simple space will do:

#put your C sourcefiles here
        SRC     = uart.c serial.c timer.c hardware.c

If you want to continue on another line, place a backslash at the end (at least one space character before the backspace):

#put your C sourcefiles here
        SRC     = uart.c   \
                          serial.c  \
                          timer.c   \
                          hardware.c


reply via email to

[Prev in Thread] Current Thread [Next in Thread]