mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-03 18:13:28 +08:00
6 lines
73 B
Makefile
6 lines
73 B
Makefile
APP = invader
|
|
STACK = 90k
|
|
MALLOC = 0k
|
|
|
|
include ../app_make.txt
|