view Makefile @ 70:dd9e9b980eb9

Remove code from AlignTexturesX() that does nothing now, as the logic has been changed and cleaned up.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Sep 2011 11:23:55 +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.