mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-03 01:53:24 +08:00
6 lines
74 B
Makefile
6 lines
74 B
Makefile
APP = beepdown
|
|
STACK = 1k
|
|
MALLOC = 40k
|
|
|
|
include ../app_make.txt
|