X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=tinyboard.git;a=blobdiff_plain;f=projects%2Fstep-up%2FMakefile;fp=projects%2Fstep-up%2FMakefile;h=07bb15180295615c1e861df1f1c0a25d2d2113a6;hp=0e9b7284342ecac985eacf5c476a4d396b7a5603;hb=56ad7e84d0f55301169aa2c9e8f80f0c871f63da;hpb=aea7cb9af6c9ccd3c7dea1f5e5e71d4c3f6cc0bc diff --git a/projects/step-up/Makefile b/projects/step-up/Makefile index 0e9b728..07bb151 100644 --- a/projects/step-up/Makefile +++ b/projects/step-up/Makefile @@ -1,7 +1,7 @@ PROGRAM=lights SRC=main.c logging.c pwm.c adc.c pwmled.c pattern.c buttons.c control.c \ - battery.c + battery.c wdt.c OBJ=$(SRC:.c=.o)