diff options
author | Rob Austein <sra@hactrn.net> | 2008-07-04 01:41:26 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-07-04 01:41:26 +0000 |
commit | 9d68fe6a914586c6808c9bfd27a13a7d7a4c6de2 (patch) | |
tree | 32bf96cb097d718a015b30542dc9d8d0578e827b /utils | |
parent | 97ad735ecf78c2f23ff59b2593c7d544c0ec0137 (diff) |
Cleanup
svn path=/utils/find_roa/Makefile; revision=1971
Diffstat (limited to 'utils')
-rw-r--r-- | utils/find_roa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/find_roa/Makefile b/utils/find_roa/Makefile index 7d47e9b6..cdb080fc 100644 --- a/utils/find_roa/Makefile +++ b/utils/find_roa/Makefile @@ -2,7 +2,7 @@ OPENSSL_DIR = ../../openssl/openssl -CFLAGS = -g -I${OPENSSL_DIR}/include +CFLAGS = -g -I${OPENSSL_DIR}/include -Wall # -H -Wl,-t @@ -20,5 +20,5 @@ clean: ${BIN}: ${OBJ} ${LIB} Makefile ${CC} -g -o $@ ${OBJ} ${LIB} -test: - @true +test: ${BIN} + ./${BIN} 10.3.0.44 ../../rcynic/rcynic-data/authenticated |