File: Makefile

package info (click to toggle)
fwatch 0.1-alpha-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 152 kB
  • ctags: 152
  • sloc: ansic: 1,293; makefile: 171; sh: 15
file content (9 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
all:
	gcc -DFWATCH_HAVENAMES -o src/fwatchread src/fwatchread.c

install:
	install src/fwatchread $(DESTDIR)/usr/sbin/fwatchread
	install src/fwatchread.8 $(DESTDIR)/usr/share/man/man8/fwatchread.8

clean:
	rm -f src/fwatchread