From e3557c8a5a8d304e62511f9b0f52db419969da57 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 24 Jul 1994 01:45:20 +0000 Subject: Reviewed by: phk Added a clean target. --- share/tabset/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share/tabset') diff --git a/share/tabset/Makefile b/share/tabset/Makefile index f32fa68..0201f4a 100644 --- a/share/tabset/Makefile +++ b/share/tabset/Makefile @@ -5,7 +5,10 @@ FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \ xerox1730-lm zenith29 NOOBJ= noobj -all clean cleandir depend lint tags: +all depend lint tags: + +clean cleandir: + rm -f ${FILES} install: for i in ${FILES} ; do ; uudecode < $$i.uu ; done -- cgit v1.1