From 118e626169e507574d582112f4a00c483c3a4072 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 4 Mar 2002 20:57:36 +0000 Subject: [PATCH] clean target: +missing hello.o --- gnokii/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnokii/Makefile b/gnokii/Makefile index 567d986..82e5ab3 100644 --- a/gnokii/Makefile +++ b/gnokii/Makefile @@ -56,7 +56,7 @@ gnokiilib: $(OBJS) $(TOPDIR)/common/libmygnokii.so makelib: gnokiilib clean: - $(RM) $(OBJS) cleanup.o *~ depend gnokii gnokiilib *.exe core *.bak + $(RM) $(OBJS) cleanup.o hello.o *~ depend gnokii gnokiilib *.exe core *.bak install: all $(INSTALL) -d $(bindir) -- 1.8.3.1