diff --git a/make/bin.mk b/make/bin.mk new file mode 100644 index 00000000..23948728 --- /dev/null +++ b/make/bin.mk @@ -0,0 +1,9 @@ +# generic utility modules +# (c) 2005 jannet it services +# contact@jannet.de +# $Id$ + +all install: +clean distclean: + rm -f $(filter-out Makefile CVS,$(wildcard *)) +