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