From: Dana Jansens Date: Fri, 20 Dec 2002 22:12:21 +0000 (+0000) Subject: rm more annoying shit X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7f111a94d0a0d8a45d318b8a19d0da1097c76d24;p=chaz%2Fopenbox rm more annoying shit --- 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)