~ubuntu-branches/ubuntu/trusty/sphinxsearch/trusty-proposed

« back to all changes in this revision

Viewing changes to test/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Radu Spineanu
  • Date: 2009-11-17 22:19:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091117221942-nm751ur701m9vrzt
Tags: upstream-0.9.8.1
ImportĀ upstreamĀ versionĀ 0.9.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:
 
2
install:
 
3
install-strip:
 
4
uninstall:
 
5
TAGS:
 
6
info:
 
7
dist:
 
8
 
 
9
check:
 
10
        php ubertest.php t -u test
 
11
 
 
12
clean:
 
13
        sh clean.sh
 
14
 
 
15
distclean: clean
 
16
mostlyclean: clean
 
17
maintainer-clean: clean