mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
profile.mk: Add file
This commit is contained in:
parent
b2c2c7326f
commit
bb742be8ae
1 changed files with 15 additions and 0 deletions
15
make/profile.mk
Normal file
15
make/profile.mk
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# generic utility modules
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
EXE_SH =
|
||||
PROFILE ?= $(wildcard *.sh)
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
all:
|
||||
install: install_PROFILE
|
||||
clean: allclean localclean doneclean textclean
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue