]> Dogcows Code - chaz/openbox/commitdiff
rm more annoying shit
authorDana Jansens <danakj@orodu.net>
Fri, 20 Dec 2002 22:12:21 +0000 (22:12 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 20 Dec 2002 22:12:21 +0000 (22:12 +0000)
otk_c/Makefile

index fd51ae57f45a16442df7f1ee840898d20ded9eba..f84be3107bbbcb48d11124c452d84a5fc51e7760 100644 (file)
@@ -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)
This page took 0.024977 seconds and 4 git commands to generate.