progs/rbug: Link to math

This commit is contained in:
Jakob Bornecrantz 2009-09-26 12:35:19 -07:00
parent eb5dd947fb
commit bcca927562
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ $(OBJECTS): %.o: %.c
$(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $(PROG_DEFINES) $< -o $@
$(PROGS): %: %.o
$(CC) $(LDFLAGS) $< $(LINKS) -o $@
$(CC) $(LDFLAGS) $< $(LINKS) -lm -o $@