No commit message authored by Karel Slaný's avatar Karel Slaný
No commit message
...@@ -58,14 +58,14 @@ make -f Makefile.win ...@@ -58,14 +58,14 @@ make -f Makefile.win
make -f Makefile.win xpi_x86 make -f Makefile.win xpi_x86
``` ```
* Clean project: Clean project:
``` shell ``` shell
make -f Makefile.main clean make -f Makefile.main clean
``` ```
### Building the extension for Internet Explorer: ### Building the extension for Internet Explorer:
* See build info in the GIT (add-on/ie) for more details. (MS Visual Studio is required.) See build info in the GIT (add-on/ie) for more details. (MS Visual Studio is required.)
### Building the extension for Safari: ### Building the extension for Safari:
... ...
......