File: Makefile

package info (click to toggle)
ipportfw 1.11-6
  • links: PTS
  • area: main
  • in suites: slink
  • size: 100 kB
  • ctags: 27
  • sloc: ansic: 216; makefile: 46; sh: 24
file content (11 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11

all: ipportfw

ipportfw: ipportfw.c
	gcc $(CFLAGS) -o ipportfw ipportfw.c

install:
	install ipportfw $(DESTDIR)/usr/sbin

clean:
	rm ipportfw