CFSTARGETS = cfsin/zasm cfsin/user.h BASE = ../../.. TOOLS = $(BASE)/tools ZASM = $(TOOLS)/zasm.sh KERNEL = $(BASE)/kernel APPS = $(BASE)/apps CFSPACK = $(TOOLS)/cfspack/cfspack .PHONY: all all: os.bin sdcard.cfs os.bin: glue.asm $(ZASM) $(KERNEL) < $< > $@ $(CFSPACK): make -C $(TOOLS)/cfspack sdcard.cfs: $(CFSTARGETS) $(CFSPACK) $(CFSPACK) cfsin > $@ cfsin/zasm: $(ZASMBIN) $(ZASM) $(KERNEL) $(APPS) user.h < $(APPS)/zasm/glue.asm > $@ cfsin/user.h: user.h cp $< $@