From 7c10483c86b8b1d42916e29302407e839f8c74c0 Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 28 Sep 2001 08:46:35 +0000 Subject: [PATCH] make clean now cleans mac.o pnmshow.o and example.o --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f1d70bb..6fc61c6 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,8 @@ storepasswd: storepasswd.o d3des.o vncauth.o $(CC) -o storepasswd storepasswd.o d3des.o vncauth.o clean: - rm -f $(OBJS) *~ core "#"* *.bak *.orig storepasswd.o *.a $(OBJS) - + rm -f $(OBJS) *~ core "#"* *.bak *.orig storepasswd.o *.a \ + mac.o example.o pnmshow.o $(OBJS) realclean: clean rm -f OSXvnc-server storepasswd example pnmshow