From a231c66c6b233101e6420c5f5311faa33b36cb31 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Thu, 19 Feb 1998 02:23:42 +0000 Subject: [PATCH] Makefile: - added more dependancies --- bin/test/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/test/Makefile b/bin/test/Makefile index e7523b2..5d37c02 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1997/10/30 03:35:20 gdr Exp $ +# $Id: Makefile,v 1.2 1998/02/19 02:23:42 gdr-ftp Exp $ # PROG = test @@ -18,3 +18,6 @@ STACK = 1280 # sh ${.CURDIR}/mkops .INCLUDE: /src/gno/prog.mk + +operators.o: operators.h +test.o: operators.h