Makefile
author lbatlle@npdl268.bpo.hp.com
Wed, 20 Jun 2007 12:25:38 +0200
changeset 9 3be85141e3eb
parent 4 90d01937e130
permissions -rw-r--r--
Changed the command name in -h

CFLAGS=-g

tcpscript: tcpscript.o
	$(CC) $(CFLAGS) -o $@ $^ -lutil