整理make环境

This commit is contained in:
Yourtion
2016-05-17 13:30:27 +08:00
parent a1129763dd
commit f025b0083f
134 changed files with 497 additions and 209 deletions

View File

@@ -0,0 +1 @@
command

View File

@@ -0,0 +1 @@
cmd.exe

5
27_day/hello4/Makefile Normal file
View File

@@ -0,0 +1,5 @@
APP = hello4
STACK = 1k
MALLOC = 0k
include ../app_make.txt

7
27_day/hello4/hello4.c Normal file
View File

@@ -0,0 +1,7 @@
#include "apilib.h"
void HariMain(void)
{
api_putstr0("hello, world\n");
api_end();
}

1
27_day/hello4/make.bat Normal file
View File

@@ -0,0 +1 @@
..\..\z_tools\make.exe %1 %2 %3 %4 %5 %6 %7 %8 %9