mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
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>
9 lines
193 B
Makefile
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:
|