view Makefile @ 71:210bfe10609f

Change return type of {Valid|Invalid}TextureName() functions, and make them check for texture names consisting only of whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Sep 2011 12:47:29 +0300
parents 241c93442be0
children
line wrap: on
line source

# This one is for users of vanilla make.
# The real makefile is GNUmakefile.

all:
	@echo Sorry, you need GNU make to build Yadex. GNU make can be
	@echo downloaded freely from ftp://ftp.gnu.org/gnu/make/. To
	@echo install it, type \"./configure\; make\; make install\".
	@echo By default, it installs as /usr/local/bin/make so use
	@echo that instead of \"make\" when building Yadex.