summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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
OpenPOWER on IntegriCloud