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;h=b6ca436293d05a834e374cb6e4b72ec6554b47d1;hp=5c5af306f77ef28460b6d055eacc171897f2ec29;hb=8b54d4bdf1305a636d6c1d03e6a725061f47c612;hpb=655d773afa02e2589680fa9cefd4302efa2fd2b3 diff --git a/projects/step-up/Makefile b/projects/step-up/Makefile index 5c5af30..b6ca436 100644 --- a/projects/step-up/Makefile +++ b/projects/step-up/Makefile @@ -1,6 +1,6 @@ PROGRAM=lights -SRC=main.c logging.c pwm.c adc.c pwmled.c pattern.c +SRC=main.c logging.c pwm.c adc.c pwmled.c pattern.c buttons.c control.c OBJ=$(SRC:.c=.o)