diff --git a/.gitignore b/.gitignore index 178f142..e3db365 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,11 @@ # Byte-compiled / optimized / DLL files *.py[cod] -# Environments +# Virtual environment env/ # IntelliJ project files .idea # Generated (compiled) JavaScript code -__javascript__/ \ No newline at end of file +__target__/ \ No newline at end of file diff --git a/Makefile b/Makefile index ff41e78..47c736d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: @find $(BASE_DIR) -depth -type f -name "*.pyo" -exec rm -f {} \; @find $(BASE_DIR) -depth -type f -name "*.orig" -exec rm -f {} \; @find $(BASE_DIR) -depth -type f -name "*~" -exec rm -f {} \; - @$(RM) --force --recursive __javascript__ + @$(RM) --force --recursive __target__ #+ Remove all automatically generated and Git repository data distclean: clean venv-clean diff --git a/OOMAnalyser.html b/OOMAnalyser.html index e9e093e..5932b41 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -1,7 +1,7 @@
- +__javascript__
subdirectory__target__
subdirectory__javascript__
subdirectory
+ the JavaScript file to the
+ __target__
subdirectory
OOMAnalyser.html
in your favourite browser.