Date: Mon, 29 May 95 01:19:14 PDT Reply-To: pdasilva AT tpone DOT telepac DOT pt (P. da Silva) From: pdasilva AT tpone DOT telepac DOT pt (P. da Silva) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: MAKE (1st time using...) Hi, I never used MAKE. Usually I use IDE. After reading the introductory info about make, I tried to write a small makefile. I reduced it until the following: pt.o : pt.c gcc -c pt.c and make always give me the same error message: makefile:2: *** missing separator. Stop. What is wrong with this? The make I'm using is 3.71. Thanks for any help on this - very simple I think - question. Paulo