Browse Source

add pyc files to cclean target

pull/1/head
Sami Vaarala 11 years ago
parent
commit
91b4ee0fa6
  1. 1
      Makefile

1
Makefile

@ -176,6 +176,7 @@ clean:
-@rm -f $(DUK_SHARED_LIBS_DEBUG) -@rm -f $(DUK_SHARED_LIBS_DEBUG)
-@rm -f libduktape*.so* -@rm -f libduktape*.so*
-@rm -f doc/*.html -@rm -f doc/*.html
-@rm -f src/*.pyc
$(DUK_SHARED_LIBS_NONDEBUG): dist $(DUK_SHARED_LIBS_NONDEBUG): dist
-rm -f $(subst .so.1.0.0,.so.1,$@) $(subst .so.1.0.0,.so.1.0.0,$@) -rm -f $(subst .so.1.0.0,.so.1,$@) $(subst .so.1.0.0,.so.1.0.0,$@)

Loading…
Cancel
Save