File: Makefile

package info (click to toggle)
xapian-core 1.4.31-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,732 kB
  • sloc: cpp: 92,778; ansic: 9,961; sh: 5,414; perl: 913; javascript: 552; makefile: 512; tcl: 319; python: 40
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (168)
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