File: Makefile

package info (click to toggle)
systemd 247.3-7%2Bdeb11u5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 71,376 kB
  • sloc: ansic: 459,707; xml: 82,646; python: 24,808; sh: 8,987; perl: 2,684; makefile: 275; awk: 93; lisp: 13; sed: 1
file content (5 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (3)
1
2
3
4
5
all:
	ninja -C build

install:
	DESTDIR=$(DESTDIR) ninja -C build install