File: Makefile

package info (click to toggle)
ctn 3.2.0~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,412 kB
  • sloc: ansic: 179,553; makefile: 7,005; java: 1,863; csh: 1,067; yacc: 523; sh: 424; cpp: 394; sql: 389; lex: 170
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (9)
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