view test/gen-masm/Makefile @ 144:5fa2d7d5de10

- merge
author cslag
date Sat, 20 Aug 2016 15:57:20 +0200
parents 3e629dc19168
children
line wrap: on
line source

all: call_x86.masm call_x64.masm

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