view Makefile @ 69:12b6553c057e

Logic cleanup in aligning textures x offset.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Sep 2011 11:23:01 +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.