gecko-dev/js/tests/Makefile

14 строки
298 B
Makefile
Исходник Обычный вид История

# -*- Makefile -*-
TEST_JS = $(shell find . -name '*.js' -print)
all: menu.html
menu.html: menuhead.html menufoot.html Makefile spidermonkey-n.tests $(TEST_JS)
perl mklistpage.pl > menubody.html
1999-11-19 04:18:33 +03:00
cat menuhead.html menubody.html menufoot.html > menu.html
clean:
rm -f menubody.html menu.html