Files
30dayMakeOS/30_day/hello4/Makefile
2016-05-20 10:44:09 +08:00

9 lines
139 B
Makefile

APP = hello4
STACK = 1k
MALLOC = 0k
include ../app_make.txt
$(STDAPP).hrb : $(APP).org Makefile
$(COPY) $(APP).org $(APP).hrb