mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Add support for make.mk
This commit is contained in:
parent
3a525481d3
commit
fbaa3fbd20
5 changed files with 22 additions and 3 deletions
12
make/make.mk
Normal file
12
make/make.mk
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# generic utility modules
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
distclean: textclean localclean
|
||||
clean: textclean localclean
|
||||
install: $(INSTALL_MKDIR) $(INSTALLED_MKFILES)
|
||||
all: # nothing to be done
|
||||
profclean:
|
||||
Loading…
Add table
Add a link
Reference in a new issue