view Makefile @ 109:f05330267c66

Use stdint types.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 12:59:23 +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.