File: Makefile

package info (click to toggle)
ntpstat 0.0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 68 kB
  • sloc: ansic: 181; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
CC= gcc
CFLAGS= -Wall -O2

all:	ntpstat

ntpstat:	ntpstat.c

clean:
	rm ntpstat