jw-pkg/Makefile

4 lines
146 B
Makefile
Raw Normal View History

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