Skip to content

Commit

Permalink
More animations moved to run on the microcontroller.
Browse files Browse the repository at this point in the history
  • Loading branch information
knielsen committed Mar 15, 2012
1 parent dbc8c38 commit 61715a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -71,7 +71,7 @@ LDFLAGS = -Wl,--relax
## Uncomment for scanf support with floating point (needs -lm below)
#LDFLAGS += -Wl,-u,vfscanf -lscanf_flt
## Uncomment for trigonometry and other floating point functions
#LDFLAGS += -lm
LDFLAGS += -lm

.PHONY: all list tty cat
.PRECIOUS: %.elf
Expand Down

0 comments on commit 61715a3

Please sign in to comment.