diff options
author | venaas <venaas> | 2007-01-02 13:46:34 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-01-02 13:46:34 +0000 |
commit | b828d54f194e6f88c17125fcf5cf64572be45caf (patch) | |
tree | ef64f6a0537d8ca7742ad3c4b2344b035136c5fb /Makefile | |
parent | e08943b4472869de71d8a528a52e277dd1e5af13 (diff) |
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@2 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a7982bd --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +CFLAGS = -g -Wall -pthread +LDFLAGS = -lssl + +all: radsecproxy + +radsecproxy: util.o + +clean: + rm -f util.o radsecproxy |