aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 6af43cc69d2cbcffaf6c58a195b60db141a49bd5 (plain)
1
2
3
4
5
6
7
8
ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),)
.pseudo: MissingPUGHinIsoSurfacer
MissingPUGHinIsoSurfacer:
	@echo "IsoSurfacer: requires PUGH"
	@echo "IsoSurfacer: Please add CactusPUGH/PUGH or remove IsoSurfacer from Thornlist !"
	exit 2
endif