File: Makefile

package info (click to toggle)
l2tpns 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,980 kB
  • sloc: ansic: 24,875; sh: 162; makefile: 156; perl: 139
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS = -g -Wall -W -std=c99 -pedantic
TARGETS = bounce generateload radius

all: $(TARGETS)
clean:
	rm -f $(TARGETS)

../md5.o: ../md5.c ../md5.h
	$(MAKE) -C .. md5.o

radius: radius.c ../md5.o