File: Makefile

package info (click to toggle)
xapian-core 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 25,008 kB
  • sloc: cpp: 136,717; ansic: 11,798; sh: 5,416; perl: 1,024; javascript: 551; makefile: 460; tcl: 299; python: 40
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (140)
1
2
3
4
5
6
7
8
9
# Makefile for use in directories built by non-recursive make.

SHELL = /bin/sh

all check check-syntax:
	cd .. && $(MAKE) $@

clean:
	rm -f *.o *.obj *.lo