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