view test/gen-masm/Makefile @ 182:2f6e0dd03bed

- excluding Dragonfly also from .note.GNU-stack marking as interpreted wrongly
author cslag
date Sat, 11 Feb 2017 01:17:02 +0100
parents 3e629dc19168
children
line wrap: on
line source

all: call_x86.masm call_x64.masm

%.masm: %.S
	${CPP} -E -P -DGEN_MASM $< -o $@