Files
30dayMakeOS/29_day/hello5/Makefile
2016-05-19 13:01:06 +08:00

9 lines
136 B
Makefile

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