mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
3 lines
121 B
Makefile
3 lines
121 B
Makefile
TOPDIR=..
|
|
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "CVS\|nomake" | grep /)
|
|
include $(TOPDIR)/make/dirs.mk
|