File: Makefile

package info (click to toggle)
floater 1.4.15-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,268 kB
  • ctags: 1,888
  • sloc: ansic: 14,477; sh: 2,916; tcl: 891; makefile: 94; csh: 6
file content (7 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7

tut.html: tutlog.tcl log2html.tcl
	cat log2html.tcl tutlog.tcl | /usr/local/bin/tclsh \
		| sed "s/Franco/Turbot/g" > tut.html

curses2text: curses2text.c
	gcc -O curses2text.c -o curses2text