File: Makefile

package info (click to toggle)
tkinfo 2.5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 240 kB
  • ctags: 7
  • sloc: tcl: 3,991; makefile: 35
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