1 2 3 4 5 6 7 8
asm/bin/%: asm/%.s @mkdir -p asm/bin $(CC) $(CCOPTS) $(ERR) -g $< -o $@ # depend on std-executable to get their dependecies asm/%.s: core/%.cpp bin/% @mkdir -p asm $(CC) $(CCOPTS) $(ERR) $< -I. -Iproperties/default -S -o $@