From 7a583e3a287eb468e82e6509b467b6701e50dade Mon Sep 17 00:00:00 2001 From: bremner Date: Thu, 1 Jun 2006 18:56:34 +0000 Subject: git-svn-id: file:///export/data/bremner/svn/trunk/inetools@5359 09fa754a-f411-0410-976a-da6bfa213b30 --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b04285a..9d0dfcc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .SUFFIXES: .doc .ds -BIN= rat2float float2rat rat2canon +BIN= rat2float float2rat rat2canon countrows MPOBJ= CC=gcc @@ -46,6 +46,12 @@ rat2canon: rat2canon.c rat2canon.ds $(MPOBJ) $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(MPOBJ) $(LDFLAGS) $< +countrows.ds: countrows.doc + +countrows: countrows.c countrows.ds $(MPOBJ) + $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(MPOBJ) $(LDFLAGS) $< + + float2rat.ds: float2rat.doc -- cgit v1.2.3