pattern stuff
This commit is contained in:
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ CC=msp430-gcc
|
||||
CFLAGS=-O3 -g0 -Wall -mmcu=msp430g2553 -std=gnu99 -I hottislib
|
||||
LDFLAGS=-mmcu=msp430g2553
|
||||
|
||||
blinky1.elf: main.o led.o time.o PontCoopScheduler.o
|
||||
blinky1.elf: main.o led.o time.o pattern.o PontCoopScheduler.o
|
||||
$(CC) -o $@ $(LDFLAGS) $^
|
||||
|
||||
PontCoopScheduler.o: hottislib/PontCoopScheduler.c hottislib/PontCoopScheduler.h
|
||||
|
Reference in New Issue
Block a user