From 8cff71890f72d619162b4b8fac6f96f268deabd6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 26 Feb 2009 09:45:30 +0100 Subject: made the GNU make NMAKE switch as we go to Windows now, also fixed small bugs in the makefiles --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ca6b9c1..9fa21bc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,4 +5,4 @@ SUBDIRS = src include tests docs PACKAGE_NAME = WolfBones PACKAGE_VERSION = 0.0.1 --include $(TOPDIR)/makefiles/top.mk +-include $(TOPDIR)/makefiles/gmake/top.mk -- cgit v1.2.3-54-g00ecf