mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-05-05 11:39:53 +08:00
6 lines
70 B
Makefile
6 lines
70 B
Makefile
APP = walk
|
|
STACK = 1k
|
|
MALLOC = 48k
|
|
|
|
include ../app_make.txt
|