Make library linker opt show up in right spot

This commit is contained in:
Neale Pickett 2012-07-16 16:53:33 -06:00
parent 8570ec8cfc
commit 62a5d85f9a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ install:
cp -r examples $(DESTDIR)/usr/lib/tanks/examples
forftanks: forftanks.o ctanks.o forf.o
forftanks: LDFLAGS = -lm
forftanks: LDLIBS = -lm
forftanks.o: forf.h ctanks.h
forf.o: forf.c forf.h