File: Makefile

package info (click to toggle)
put-dns 0.0.2-7
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: sh: 73; perl: 34; makefile: 15
file content (17 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Top level makefile for put-dns
#
#

ALL:	build

build:
	cd bin; make build


install:
	cd bin; make install

clean:
	cd bin; make clean