File: Makefile

package info (click to toggle)
icmptx 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: ansic: 236; makefile: 26
file content (11 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
CFLAGS += -Wall -ansi -pedantic
CPPFLAGS += -D_GNU_SOURCE

all: icmptx

icmptx: it.o icmptx.c tun_dev.o
it.o: it.c tun_dev.h
tun_dev.o: tun_dev.c

clean:
	rm -f tun_dev.o it.o icmptx