File: Makefile

package info (click to toggle)
pclock 0.13.1-6
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 396 kB
  • ctags: 128
  • sloc: ansic: 1,237; makefile: 77; sh: 63
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (3)
1
2
3
4
5
all:
	(cd src && make all)

install:
	(cd src && make install)