view test/gen-masm/Makefile @ 559:52e87d4988e3

man page clarification
author Tassilo Philipp
date Sat, 03 Sep 2022 16:39:01 +0200
parents 3e629dc19168
children
line wrap: on
line source

all: call_x86.masm call_x64.masm

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