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