File: Makefile

package info (click to toggle)
xapian-core 1.4.29-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,840 kB
  • sloc: cpp: 92,356; ansic: 9,948; sh: 5,026; perl: 850; makefile: 509; javascript: 360; tcl: 319; python: 40
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (84)
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