view test/hacking-arm-thumb-interwork/diff-gcc-defs/Makefile @ 612:086362f4ae3f

- test/plain_c++: reintroduced an empty __cdecl define for portability
author Tassilo Philipp
date Thu, 29 Sep 2022 13:31:30 +0200
parents 3e629dc19168
children ed19b429a152
line wrap: on
line source

default: all
.PHONY: all clean

TOP = ../../..

include $(TOP)/ConfigVars

ifeq ("${CONFIG_OS}","iphoneos")
DIFFSCRIPT=diff-iphoneos.sh 
else
DIFFSCRIPT=diff-generic.sh
endif

all:
	sh ${DIFFSCRIPT}
clean:
	rm -Rf out