changeset 24:78235ee17b69

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 23 May 2010 23:01:27 +0300
parents c3622b53a23e
children 1cdec595e9be
files Makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun May 23 22:59:25 2010 +0300
+++ b/Makefile	Sun May 23 23:01:27 2010 +0300
@@ -1,6 +1,6 @@
 ### Global settings
-CFLAGS=-g -W -Wall -O3
-LDFLAGS=
+CFLAGS += -g -W -Wall -O3
+LDFLAGS +=
 
 ### Subdirectories to build
 SUBDIRS=pwplib peluce nykyaeka oldchsool pwpzax
@@ -21,8 +21,8 @@
 	else \
 	echo "Configured as:"; \
 	cat config.mak; \
-	echo "To build: 'make all'"; \
-	echo "To reconfigure: 'make clean' or 'make <target>'"; \
+	echo "To re-build: 'make all'"; \
+	echo "To reconfigure: 'make clean' and 'make <target>'"; \
 	fi
 
 endianchk: endianchk.c