diff options
author | daniel <danieruru@gmail.com> | 2013-01-05 20:56:25 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-05 20:56:25 +0900 |
commit | 18fb047d74d3078223a0a27ffcd31e3467b0d27d (patch) | |
tree | 023107523d0f799a92ba31234b508e021630552d /libvxi11client/Makefile | |
parent | e5656b476c9168cfe7852bce4e2ce59876a45d12 (diff) |
A bit more fleshing out of the VXI server and client
Diffstat (limited to 'libvxi11client/Makefile')
-rw-r--r-- | libvxi11client/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libvxi11client/Makefile b/libvxi11client/Makefile index 2e3f129..9b82fac 100644 --- a/libvxi11client/Makefile +++ b/libvxi11client/Makefile @@ -19,3 +19,8 @@ vxi11_xdr.o: vxi11_xdr.c clean: -rm *.o client + -rm -rf VXI11-Client + +perl: + -rm -rf VXI11-Client + h2xs -M vxi11 -x -n VXI11::Client libvxi11client.h |