summary refs log tree commit diff stats
path: root/Makefile
blob: e292a15bb0a012e58126fb19cd8d66e199fbc788 (plain) (blame)
1
2
3
4
vor: vor.S pp.awk
	awk -f pp.awk < $< | clang --target=armv6m-linux-eabi -mthumb -fuse-ld=lld -static -nostdlib -o $@ -x assembler -

# clang --target=armv6m-linux-eabi -mthumb -fuse-ld=lld -static -nostdlib -o $@ $<