summaryrefslogtreecommitdiff
path: root/make/asm.make
blob: ccbd6d83ca7f51bfea24957182a40850df472f94 (plain)
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 $@
contact: Jan Huwald // Impressum