view test/gen-masm/Makefile @ 628:cb2cbb6453e5

Added tag r1.4-RC5 for changeset c477ddd64718
author Tassilo Philipp
date Fri, 28 Oct 2022 15:15:15 +0200
parents 3e629dc19168
children
line wrap: on
line source

all: call_x86.masm call_x64.masm

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