view test/hacking-arm-thumb-interwork/diff-gcc-defs/Makefile @ 325:7fbfddd1c354

- super old vs2005 solution files simplified (should probably be removed altogether)
author Tassilo Philipp
date Fri, 22 Nov 2019 23:00:35 +0100
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