jw-pkg/make/bin.mk
Jan Lindemann f19831245f make: Support GNUmakefile too, where applicable
Add support for GNUmakefile, where originally only Makefile was supported.
Not done everywhere, as some of the code involving makefiles is dead
anyway.

Signed-off-by: Jan Lindemann <jan@janware.com>
2018-12-27 17:30:10 +00:00

9 lines
193 B
Makefile

# generic utility modules
# (c) 2005 jannet it services
# contact@jannet.de
# $Id$
all install:
clean distclean:
$(RM) -f $(filter-out $(LOCAL_MKFILES) CVS debug release,$(wildcard *))
test: