mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Makefile: Add TOPDIR entry
This commit is contained in:
parent
d38167ed85
commit
d0604b748e
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -1,4 +1,5 @@
|
||||||
|
MODDIR=.
|
||||||
TOPDIR=.
|
TOPDIR=.
|
||||||
CLEAN = include lib
|
CLEAN = include lib
|
||||||
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "include\|CVS\|lib\|nomake" | grep /)
|
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "include\|CVS\|lib\|nomake" | grep /)
|
||||||
include $(TOPDIR)/make/dirs.mk
|
include $(MODDIR)/make/dirs.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue