File: Makefile

package info (click to toggle)
chrony 3.0-4%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,496 kB
  • sloc: ansic: 23,531; sh: 2,022; yacc: 866; makefile: 195
file content (7 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
CFLAGS=-O2 -Wall
PROGS=adjtime ntpadjtime

all: $(PROGS)

clean:
	rm -f $(PROGS)