Possible Duplicate:
Make error: missing separator
I am so stressed out by this silly error…
This is the file…
I’ve spent an hour trying to find out what’s wrong with it…. I am a VIM user.
Can someone point out why? I use tab!
Thanks.
all: hello
hello: hello_world.c
gcc -Wall -o hello.exe hello_world.c
The line that has the gcc command should start with a tab, and it seems you are using expanded tabs (spaces instead of tabs). Try using
set noexpandtabinvim.