File: Makefile

package info (click to toggle)
pgmonitor 0.55-2
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 120 kB
  • ctags: 3
  • sloc: tcl: 945; makefile: 33
file content (10 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#
# Makefile
#
#
TARGET = pgmonitor

clean:

install:
	install -o bin -g bin $(TARGET) /usr/local/bin