jw-pkg/Makefile

4 lines
154 B
Makefile

TOPDIR=.
CLEAN = include lib
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "include\|CVS\|lib\|nomake" | grep /)
include $(TOPDIR)/make/dirs.mk