From 9c56fb1109cf2525429fe945df7a65b8baceed51 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Sun, 20 Nov 1994 21:17:25 +0000 Subject: Add the tracker module into a clean SUBDIR target. It is not usable in the moment, but i like to get all ports cleaned from the top. --- audio/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/audio/Makefile b/audio/Makefile index 5cf2f94a9f4a..5695445a52d2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,5 +1,10 @@ -# $Id: Makefile,v 1.3 1994/11/04 01:54:32 jkh Exp $ +# $Id: Makefile,v 1.4 1994/11/10 01:32:09 jkh Exp $ # SUBDIR= nas sox +.if make(clean) +# tracker is in the moment not compilable, so put it here as a clean target +SUBDIR+= tracker +.endif + .include -- cgit v1.2.3