view test/hacking-arm-thumb-interwork/diff-gcc-defs/Makefile @ 642:575760fc57b7

Added tag r1.4 for changeset 2147d1c9dc8a
author Tassilo Philipp
date Tue, 06 Dec 2022 21:11:43 +0100
parents ed19b429a152
children f13444192ceb
line wrap: on
line source

default: all
.PHONY: all clean

TOP = ../../..

include $(TOP)/Makefile.config

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

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