mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
proj.mk: Define MODDIR with ?=, to allow external jw-build
jw-build can handle its own builds and releases, but fixing that can be nicer if the development and the test directory are seperate Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
bb58932e24
commit
19e4095c94
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# $Id$
|
||||
|
||||
PROJECT = jw-build
|
||||
MODDIR = $(TOPDIR)
|
||||
MODDIR ?= $(TOPDIR)
|
||||
JANWARE_WIKI = priv
|
||||
|
||||
REQUIRED = inst/pre \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue