mirror of https://github.com/dirtbags/tanks.git
Make library linker opt show up in right spot
This commit is contained in:
parent
8570ec8cfc
commit
62a5d85f9a
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ install:
|
||||||
cp -r examples $(DESTDIR)/usr/lib/tanks/examples
|
cp -r examples $(DESTDIR)/usr/lib/tanks/examples
|
||||||
|
|
||||||
forftanks: forftanks.o ctanks.o forf.o
|
forftanks: forftanks.o ctanks.o forf.o
|
||||||
forftanks: LDFLAGS = -lm
|
forftanks: LDLIBS = -lm
|
||||||
|
|
||||||
forftanks.o: forf.h ctanks.h
|
forftanks.o: forf.h ctanks.h
|
||||||
forf.o: forf.c forf.h
|
forf.o: forf.c forf.h
|
||||||
|
|
Loading…
Reference in New Issue