Project5 : Main.o Board.o Dalek.o Game.o Object.o Player.o
/p/gcc3/bin/g++ -lcurses -o Main.o Board.o Dalek.o Game.o Object.o Play\
er.o

In my makefile I am trying to link the curses library to the various files that use it. It is not working correctly and I believe it may be a syntax issue. What is the correct syntax for using a linker in a makefile?