diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 23347213..089f140c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ EXTRA_DIST = \ README check: src/pacman - cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman.static --debug=1 + cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1 |