diff options
Diffstat (limited to 'JavaScriptCore/tests/mozilla/Makefile')
-rw-r--r-- | JavaScriptCore/tests/mozilla/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/JavaScriptCore/tests/mozilla/Makefile b/JavaScriptCore/tests/mozilla/Makefile new file mode 100644 index 0000000..21cfc6f --- /dev/null +++ b/JavaScriptCore/tests/mozilla/Makefile @@ -0,0 +1,3 @@ +testmenu: + exec perl mklistpage.pl > menubody.html + cat menuhead.html menubody.html menufoot.html > menu.html |