*** empty log message ***
This commit is contained in:
parent
db769f667d
commit
60d940ab1e
1 changed files with 5 additions and 0 deletions
|
@ -19,3 +19,8 @@ EXTRA_DIST = \
|
||||||
|
|
||||||
check:
|
check:
|
||||||
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1
|
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1
|
||||||
|
|
||||||
|
tags:
|
||||||
|
ctags -a lib/libalpm/*.[ch]
|
||||||
|
ctags -a lib/libftp/*.[ch]
|
||||||
|
ctags -a src/pacman/*.[ch]
|
||||||
|
|
Loading…
Add table
Reference in a new issue