From 7f111a94d0a0d8a45d318b8a19d0da1097c76d24 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 22:12:21 +0000 Subject: [PATCH] rm more annoying shit --- otk_c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otk_c/Makefile b/otk_c/Makefile index fd51ae57..f84be310 100644 --- a/otk_c/Makefile +++ b/otk_c/Makefile @@ -17,7 +17,7 @@ install: $(targets) install $^ $(libdir) clean: - $(RM) $(targets) *.o core + $(RM) $(targets) *.o core *\~ .\#* libotk.so: $(sources:.c=.o) $(CC) -shared -o $@ $^ $(LDFLAGS) -- 2.39.2