X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Ftests%2Fbeacon_tsop%2FMakefile;h=8b3940dedb5b01e79b0392f10dd6df43a7b2cc21;hp=94f9e8cd071cd2a35ad4086ca3d70cb897846119;hb=aeae9ffbe911b68824da692179a990e8e358a994;hpb=dccae820e0f5c68a3a9c496b63eb8d02102d6ebc diff --git a/projects/microb2010/tests/beacon_tsop/Makefile b/projects/microb2010/tests/beacon_tsop/Makefile index 94f9e8c..8b3940d 100755 --- a/projects/microb2010/tests/beacon_tsop/Makefile +++ b/projects/microb2010/tests/beacon_tsop/Makefile @@ -3,7 +3,7 @@ TARGET = beacon_tsop AVERSIVE_DIR = ../../../.. # List C source files here. (C dependencies are automatically generated.) -SRC = main.c commands.c cmdline.c +SRC = main.c commands.c cmdline.c trigo.c # List Assembler source files here. # Make them always end in a capital .S. Files ending in a lowercase .s @@ -16,7 +16,7 @@ ASRC = AVRDUDE_DELAY=30 -CFLAGS += -W +CFLAGS += -W -Wall -Werror ########################################