Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1655 giacomo 1
ifndef BASE
2
BASE=../..
3
endif
4
include $(BASE)/config/config.mk
5
 
6
PROGS  = hello
7
 
8
include $(BASE)/config/example.mk
9
 
10
 
11
# Text applications
12
hello:
13
	make -f $(SUBMAKE) APP=hello INIT= OTHEROBJS="ihello.o" OTHERINCL=