OSDN Git Service

Modify: Add Final for Template. v2.0.2p0037
authorkinoshita-eos <kinoshita@yasunaga-lab.bio.kyutech.ac.jp>
Fri, 17 Oct 2014 04:31:36 +0000 (13:31 +0900)
committerkinoshita-eos <kinoshita@yasunaga-lab.bio.kyutech.ac.jp>
Fri, 17 Oct 2014 04:31:36 +0000 (13:31 +0900)
 Changes to be committed:
modified:   Small Tools/Template/Makefile/Makefile

Small Tools/Template/Makefile/Makefile

index f0210bd..2a62e9f 100644 (file)
@@ -35,10 +35,15 @@ Initial::
 # By make Exe, Execute the sample of this command.
 Exe::
 
+# By make Final, Make visualize Output for this command.
+Final::
+       
+
 # By make all, Initial -> Exe.
 all::
        make Initial;
        make Exe;
+       make Final;
 
 help_!!Command!!::
        @echo
@@ -52,6 +57,8 @@ help_!!Command!!::
        @echo
        @echo "         Exe:                    Execute the sample of this command."
        @echo
+       @echo "         Final:                  Make visualize Output for this command."
+       @echo
        @echo "         all:                    Initial -> Exe."
        @echo
        @echo " (Setting Data):"