OSDN Git Service

Add: Template of Makefile in Small Tools.
[eos/tutorial.git] / TIPS / Help / Makefile-lib
1 #
2 #       This is Sub Makefile for Help.
3 #
4
5 #### Input extention ####
6 # Defined at Main
7
8 #### Suffixes rule ####
9
10 #### INCLUDE ####
11
12 #### Definition ####
13 # Defined at Main
14
15 #### Rules of the list created ####
16
17
18 ##### Commands #####
19 help::
20         make help_$(MAKE_ROOT);
21                                                         
22 ##### Commands(Input to Output) #####