summaryrefslogtreecommitdiff
path: root/otk_c
diff options
context:
space:
mode:
Diffstat (limited to 'otk_c')
-rw-r--r--otk_c/Makefile2
1 files changed, 1 insertions, 1 deletions
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)