mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
10 lines
204 B
Makefile
10 lines
204 B
Makefile
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc
|
|
|
|
EXTRA_DIST = \
|
|
NEWS \
|
|
COPYING \
|
|
README
|
|
|
|
check: src/pacman
|
|
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1
|