mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-08 12:33:29 +08:00
6 lines
71 B
Makefile
6 lines
71 B
Makefile
APP = bball
|
|
STACK = 52k
|
|
MALLOC = 0k
|
|
|
|
include ../app_make.txt
|