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)