Makefile issue
Posted: Sat Sep 13, 2008 2:46 am
Hello ! I'm new to this board so hello all !
I've got a problem. I wrote makefile for my OS but it won't work. I had tested simple makefile:
It works but this makefile won't work:
I've got no idea why it won't work. Please help me.
I've got a problem. I wrote makefile for my OS but it won't work. I had tested simple makefile:
Code: Select all
all:
@echo Hello
Code: Select all
all:
hello
hello:
@echo Hello