File: Makefile

package info (click to toggle)
pclock 0.13-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 380 kB
  • ctags: 125
  • sloc: ansic: 1,234; makefile: 74; sh: 58
file content (8 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
5
6
7
8
all:
	(cd src && make all)

install:
	(cd src && make install)

clean:
	(cd src && make clean)