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