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

9 lines
138 B
Makefile

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