view test/gen-masm/Makefile @ 387:11483966a3ee

- excluding syscall stuff from callf test for beos/haiku
author Tassilo Philipp
date Thu, 21 Jan 2021 17:27: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 $@