Browse Source

Clean compiler.jar only in make cleanall

This ensures that if you have compiler.jar in place, it will be used even
in a normal "make dist" (even when not building an official release, which
depends on compiler.jar).
cyclic-jx-gh331
Sami Vaarala 9 years ago
parent
commit
549607b84e
  1. 2
      Makefile

2
Makefile

@ -327,7 +327,6 @@ clean:
@rm -f /tmp/duk-bluebird-test*
@rm -f a.out
@rm -rf test262-*
@rm -f compiler.jar
@rm -rf lua-5.2.3
@rm -rf luajs
@rm -f dukweb.js
@ -348,6 +347,7 @@ cleanall: clean
@rm -rf emscripten
@rm -rf JS-Interpreter
@rm -f compiler-latest.zip
@rm -f compiler.jar
@rm -f cloc-1.60.pl
@rm -f lua-5.2.3.tar.gz
@rm -f luajs.zip

Loading…
Cancel
Save