projets
/
asterisk-config-auf.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Mise à jour après premières vagues de gros tests
[asterisk-config-auf.git]
/
Makefile
Commit
Line
Data
a52025b1
MN
1
all:
2
3
deb:
4
debuild -uc -us -tc -b
5
6
clean:
7
8
install: install-conf
9
10
install-conf:
11
mkdir -p $(DESTDIR)/etc/asterisk/auf
12
cp -a etc-asterisk/* $(DESTDIR)/etc/asterisk/
13