[go: up one dir, main page]

Menu

[r4535]: / trunk / cgi_apps / Makefile  Maximize  Restore  History

Download this file

10 lines (8 with data), 187 Bytes

1
2
3
4
5
6
7
8
9
install:
cd archive_cgi; make install
cd dd_lookup; make install
cd fileview; make install
clean:
cd archive_cgi; make clean
cd dd_lookup; make clean
cd fileview; make clean