X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/76384a3240071fa9cc1d6db59e076bd8364bf6fe..e29419bc188cca9e7a5d7e580ef5302923ade828:/test/Makefile diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..ae9b79f --- /dev/null +++ b/test/Makefile @@ -0,0 +1,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