This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make errors


> main.o: hello.c math.c defines.h
> hello.o: defines.h math.c
> math.o: defines.h hello.c
> clean:
> rm -rf *.o $(PROGRAM)
> 
> when I ran it it gave
> 
clean:
	rm -rf *.o $(PROGRAM)
^^^
tab


hofrat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]