File: Makefile

package info (click to toggle)
tkinfo 2.5-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 264 kB
  • ctags: 3
  • sloc: tcl: 3,991; makefile: 43; sh: 29
file content (11 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/make -f

all: 
	# nothing to do

install:
	install tkinfo $(DESTDIR)/usr/bin/tkinfo

clean: 
	# nothing to do