diff Makefile @ 1:6e169d87d963

Improve buildsystem to support more flexible builds.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:08:17 +0300
parents 32250b436bca
children bf77857b8e62
line wrap: on
line diff
--- a/Makefile	Fri Sep 28 01:54:23 2012 +0300
+++ b/Makefile	Fri Sep 28 02:08:17 2012 +0300
@@ -6,8 +6,9 @@
 
 RANLIB=ranlib
 
+DMLIB = ./
 BINPATH ?= ./exe/
 OBJPATH ?= ./unix/
 EXEEXT ?=
 
-include Makefile.gen
+include $(DMLIB)Makefile.gen