mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 14:10:39 +01:00
generic.mk: Add file
This commit is contained in:
parent
d1cc98eeec
commit
e9ccfc4b22
1 changed files with 12 additions and 0 deletions
12
make/generic.mk
Normal file
12
make/generic.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: # nothing to be done
|
||||||
|
all: # nothing to be done
|
||||||
|
profclean:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue