view test/gen-masm/Makefile @ 334:1cf6a4a94aca

- better output for plain test's struct size testing (maybe in prep for full struct support)
author Tassilo Philipp
date Wed, 27 Nov 2019 20:43:51 +0100
parents 3e629dc19168
children
line wrap: on
line source

all: call_x86.masm call_x64.masm

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