mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
4 lines
131 B
Makefile
4 lines
131 B
Makefile
MODDIR=..
|
|
TOPDIR=..
|
|
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "CVS\|nomake" | grep /)
|
|
include $(MODDIR)/make/dirs.mk
|