mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
conf.mk: Add file
This commit is contained in:
parent
12825a3e42
commit
e4409a8078
1 changed files with 10 additions and 0 deletions
10
make/conf.mk
Normal file
10
make/conf.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
all:
|
||||
clean: clean.conf
|
||||
install: install_CFG
|
||||
|
||||
clean.include:
|
||||
rm -rf *.h *~ .*.swp *.done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue